Ok, now I compiled Python 2.5, installed it along with Python 2.6
(needed for xubuntu 10.04), and I installed easy_install and
virtualenv for Python 2.5.

I then did again the installation procedure:

(pokepark)n...@nio-laptop:~/pokepark$easy_install TurboGears
...
(pokepark)n...@nio-laptop:~/pokepark$ tg-admin info
Traceback (most recent call last):
  File "/home/nio/pokepark/bin/tg-admin", line 8, in <module>
    load_entry_point('TurboGears==1.1.1', 'console_scripts', 'tg-
admin')()
  File "/home/nio/pokepark/lib/python2.5/site-packages/
setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 318, in
load_entry_point
  File "/home/nio/pokepark/lib/python2.5/site-packages/
setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 2221, in
load_entry_point
  File "/home/nio/pokepark/lib/python2.5/site-packages/
setuptools-0.6c11-py2.5.egg/pkg_resources.py", line 1954, in load
  File "/home/nio/pokepark/lib/python2.5/site-packages/
TurboGears-1.1.1-py2.5.egg/turbogears/__init__.py", line 6, in
<module>
    from turbogears.controllers import (absolute_url, expose, flash,
validate,
  File "/home/nio/pokepark/lib/python2.5/site-packages/
TurboGears-1.1.1-py2.5.egg/turbogears/controllers.py", line 15, in
<module>
    from peak.rules import abstract, always_overrides, Method,
NoApplicableMethods
ImportError: cannot import name always_overrides
(pokepark)n...@nio-laptop:~/pokepark$ python --version
Python 2.5.5

... different version, same error...

-- 
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.

Reply via email to