On Mon, Oct 27, 2008 at 1:18 AM, Mark Ramm <[EMAIL PROTECTED]>wrote:
>
> There's a test release of TurboGears beta 1 available at
>
> http://turbogears.org/2.0/downloads/1.9.7b1/index/
>
>
trying on ubuntu 8.04 + virtualenv
- I had to upgrade my setuptools as it requres >0.6c7
- I believe there is a bad error on somewhere between tg2 and pylons egg,
that is breaking easy_install. which broke my venv, and I'm not sure why
this code is even running maybe there is something on those __init__ that
shouldn't be there? or this is a bad sideproduct of the bad installation.
(tg1.9.7b1test)[EMAIL PROTECTED] ~/tg/tg1.9.7b1test $ easy_install decorator
Traceback (most recent call last):
File "/home/elpargo/tg/tg1.9.7b1test/bin/easy_install", line 5, in
<module>
from pkg_resources import load_entry_point
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2582, in
<module>
working_set.entries=[]; map(working_set.add_entry,sys.path) # match
order
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 640, in
subscribe
callback(dist)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2582, in
<lambda>
working_set.entries=[]; map(working_set.add_entry,sys.path) # match
order
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2131, in
activate
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1734, in
declare_namespace
declare_namespace(parent)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1749, in
declare_namespace
_handle_ns(packageName, path_item)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1720, in
_handle_ns
loader.load_module(packageName); module.__path__ = path
File "/usr/lib/python2.5/pkgutil.py", line 238, in load_module
mod = imp.load_module(fullname, self.file, self.filename, self.etc)
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/TurboGears2-1.9.7b1-py2.5.egg/tg/__init__.py",
line 53, in <module>
from tg.wsgiapp import TGApp
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/TurboGears2-1.9.7b1-py2.5.egg/tg/wsgiapp.py",
line 2, in <module>
from pylons.wsgiapp import PylonsApp, class_name_from_module_name
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/Pylons-0.9.7rc1-py2.5.egg/pylons/__init__.py",
line 4, in <module>
from pylons.config import config
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/Pylons-0.9.7rc1-py2.5.egg/pylons/config.py",
line 2, in <module>
from pylons.configuration import *
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/Pylons-0.9.7rc1-py2.5.egg/pylons/configuration.py",
line 24, in <module>
import pylons.legacy
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/Pylons-0.9.7rc1-py2.5.egg/pylons/legacy.py",
line 9, in <module>
import pylons.decorators
File
"/home/elpargo/tg/tg1.9.7b1test/lib/python2.5/site-packages/Pylons-0.9.7rc1-py2.5.egg/pylons/decorators/__init__.py",
line 16, in <module>
from decorator import decorator
ImportError: No module named decorator
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---