jhosilvo schrieb:
> I am doing my fists intallation of turbogears in mu centos 5, and i
> have this error when i execute paster --help
> 
> /usr/lib/python2.4/site-packages/Beaker-1.3-py2.4.egg/beaker/
> middleware.py:11: RuntimeWarning: Unable to load NamespaceManager
> entry point: 'google = beaker.ext.google:GoogleNamespaceManager':
> Traceback (most recent call last):
>  File "/usr/lib/python2.4/site-packages/Beaker-1.3-py2.4.egg/beaker/
> cache.py", line 28, in ?
>    NamespaceManager = entry_point.load()
>  File "/usr/lib/python2.4/site-packages/setuptools-0.6c9-py2.4.egg/
> pkg_resources.py", line 1913, in load
>    entry = __import__(self.module_name, globals(),globals(),
> ['__name__'])
> SyntaxError: future feature absolute_import is not defined (google.py,
> line 1)
> 
> 
> 
> and then when i execute paster setup-app development.ini appear
> 
>  from turbomail.adapters import tm_pylons
> ImportError: cannot import name tm_pylons
> 
> i don't know what to do

You are using python2.4, but code for python2.5. Get rid of the google 
namespace manager.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to