The latest TuboGears package (1.0.1) fails to work on mac.
I went so far to reinstalled python 2.4.2 from scratch and got the
same failure when trying to access an app just created with
quickstart:
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/
_cpwsgiserver.py", line 198, in run
request.parse_request()
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cpwsgi.py",
line 139, in parse_request
_cpwsgiserver.HTTPRequest.parse_request(self)
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/
_cpwsgiserver.py", line 61, in parse_request
method,path,version = request_line.strip().split(" ", 2)
ValueError: need more than 1 value to unpack
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---