- summary: MacOSX fails to run website --> MacOSX fails to render from website
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/Library/WebServer/CGI-Executables/secplain
83 try:
84 from mathtran.client import call
85 result = call('cgi.secplain', tex_src)
86 log = result['log']
87 img_src = result['img_src']
result undefined, call = <function call at 0x245530>, tex_src = 'Enter text and mathematics in \\TeX\\ notation her...\\sqrt{b^2-4ac}\\over 2a}\r\n$$\r\nprovided $a\\ne 0$.\r\n'
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/mathtran/client.py in call(__name='cgi.secplain', *args=('Enter text and mathematics in \\TeX\\ notation her...\\sqrt{b^2-4ac}\\over 2a}\r\n$$\r\nprovided $a\\ne 0$.\r\n',), **kwargs={})
31 sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
32 sock_file = os.path.join(tmp_dir, 'socket')
33 sock.connect(sock_file)
34
35 # Send the data.
sock = <socket._socketobject object at 0x7e510>, sock.connect = <bound method _socketobject.connect of <socket._socketobject object at 0x7e510>>, sock_file = '/tmp/.mathtran/socket'
/Library/WebServer/CGI-Executables/<string> in connect(self=<socket._socketobject object at 0x7e510>, *args=('/tmp/.mathtran/socket',))
error: (2, 'No such file or directory')
args = (2, 'No such file or directory')