A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
�/www/codespeak.net/htdocs/pypy/index.cgi
����7�basedir�=�os.path.dirname(os.path.dirname(real)) ����8�sys.path.insert(0,�basedir) ����9� ���10�from�pypywww�import�cgi ���11�cgi.main(basedir)
pypywww undefined, cgi undefined
SyntaxError: invalid syntax (cgi.py, line 29)
������args�= ('invalid syntax', ('/projects/pypy/www/pypywww/cgi.py', 29, 9, ' <doc>: \n'))
������filename�= '/projects/pypy/www/pypywww/cgi.py'
������lineno�= 29
������msg�= 'invalid syntax'
������offset�= 9
������print_file_and_line�= None
������text�= ' <doc>: \n'
_______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
