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'
Hi Jacek, On Sat, Jan 22, 2005 at 10:32 +0100, Jacek Generowicz wrote:
There seems to be a problem with the PyPy pages. This is what I get when I try to access any of them: (... detailed info ...)
thanks for the detailed info. It's often a good idea to just mail "root@codespeak.net" on problems like this. This case was actually fixed on the same day (a wrong update was the cause). holger
On 26 Jan 2005, at 09:34, holger krekel wrote:
This case was actually fixed on the same day (a wrong update was the cause).
I must apologize on behalf of my mail server: I sent this _before_ I went to the sprint ... and my mail server refused to send it on until I reconnected my machine at CERN.
participants (2)
-
hpk@trillke.net
-
Jacek Generowicz