Hello all,
I installed TurboGears 0.9a1 on my Solaris machine via easy_install.
I'm running python 2.3 (from blastwave.org).
easy_install succeeds, but tg-admin fails to run due to the following
syntax error:
------------------------------------------------------------------------
File "/opt/csw/bin/tg-admin", line 7, in ?
sys.exit(
File
"/opt/csw/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 236, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File
"/opt/csw/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 2015, in load_entry_point
return ep.load()
File
"/opt/csw/lib/python2.3/site-packages/setuptools-0.6a10-py2.3.egg/pkg_resources.py",
line 1748, in load
entry = __import__(self.module_name, globals(),globals(),
['__name__'])
File
"/opt/csw/lib/python2.3/site-packages/TurboGears-0.9a1-py2.3.egg/turbogears/__init__.py",
line 14, in ?
from turbogears import controllers
File
"/opt/csw/lib/python2.3/site-packages/TurboGears-0.9a1-py2.3.egg/turbogears/controllers.py",
line 15, in ?
from turbogears import errorhandling
File
"/opt/csw/lib/python2.3/site-packages/TurboGears-0.9a1-py2.3.egg/turbogears/errorhandling.py",
line 147
kw.update((key, values[key]) for key in
^
SyntaxError: invalid syntax
------------------------------------------------------------------------
Could some enlighten me about this? Thank you! :)
Regards,
Jeremy.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---