[pypy-dev] codespeak.net/pypy problem
Jacek Generowicz
jacek.generowicz at cern.ch
Sat Jan 22 10:32:48 MET 2005
There seems to be a problem with the PyPy pages. This is what I get
when I try to access any of them:
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'
More information about the pypy-dev
mailing list