Hello,

I'm new to TG and I'd like to install TG 1.1 on my xubuntu 10.04.

I've followed the documentation steps, I've installed easy_install,
virtualenv, activated my virtual_env, and then :
easy_install TurboGears
easy_install sqlalchemy

But when I try tg-amdin info, here's what I get :
/home/nio/pokepark/lib/python2.6/site-packages/CherryPy-2.3.0-
py2.6.egg/cherrypy/lib/cptools.py:3: DeprecationWarning: the md5
module is deprecated; use hashlib instead
  import md5
/home/nio/pokepark/lib/python2.6/site-packages/CherryPy-2.3.0-
py2.6.egg/cherrypy/filters/sessionfilter.py:33: DeprecationWarning:
the sha module is deprecated; use the hashlib module instead
  import sha
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.6/site-packages/
setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 318, in
load_entry_point
    def get_metadata_lines(name):
  File "/home/nio/pokepark/lib/python2.6/site-packages/
setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 2221, in
load_entry_point
    """Return a ``Requirement`` that matches this distribution
exactly"""
  File "/home/nio/pokepark/lib/python2.6/site-packages/
setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1954, in load
    return entry
  File "/home/nio/pokepark/lib/python2.6/site-packages/
TurboGears-1.1.1-py2.6.egg/turbogears/__init__.py", line 6, in
<module>
    from turbogears.controllers import (absolute_url, expose, flash,
validate,
  File "/home/nio/pokepark/lib/python2.6/site-packages/
TurboGears-1.1.1-py2.6.egg/turbogears/controllers.py", line 15, in
<module>
    from peak.rules import abstract, always_overrides, Method,
NoApplicableMethods
ImportError: cannot import name always_overrides

I've googled and searched the groups and mailing lists, but I could'nt
find any solution...

And the messages doesn't give me any clue on the origin of the
problem...

Can somebody help me please ?

Thanks!

Nicolas.

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