Actually i found that it installs quite easily and works well (i.e. download
blah and the latest tgsetup.py running 'sudo python tgsetup.py') of course
ensuring that you are using the correct version of python (normally found as
/usr/local/bin/python2.4) - but the install went smoothly for me and the
example apps all work well (i.e. Turboblog, Wiki20, TurboTunes, etc).
Instructions on this page http://docs.turbogears.org/1.0/InstallMac are
pretty good.
It even works for python 2.4.1 installs :)
HTH and good luck!!
Michael Weiner
--
On 2/3/07, kavikaBldr <[EMAIL PROTECTED]> wrote:
>
>
> 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
-~----------~----~----~----~------~----~------~--~---