Am 18.06.2010 um 18:48 schrieb Diez B. Roggisch:


Am 18.06.2010 um 17:09 schrieb Gisborne:

On Jun 18, 2:29 am, "Diez B. Roggisch" <[email protected]> wrote:
Am 18.06.2010 um 10:17 schrieb Gisborne:
The error messag sucks, that much is for sure. What you need to look
at are requires.txt files inside eggs.

I'll try that; thanks.

You should use virtualenvs for your project, with --no-site-packages
as argument when creating them, to prevent system packages to shadow
specific versions TG2 is interested in.

I am using virtualenv with --no-site-packages

I doubt that. This message clearly states that SQLAlchemy is in your basic python installation:

"""
pkg_resources.VersionConflict: (SQLAlchemy 0.6.1 (/Library/Frameworks/
Python.framework/Versions/2.6/lib/python2.6/site-packages/
SQLAlchemy-0.6.1-py2.6.egg),
Requirement.parse('SQLAlchemy>=0.5.0,<=0.5.99'))
"""

Erm, I should have elaborated somewhat more that this of course means that the venv is either not active, or includes the site-packages.

So again, clean out your system's site-packages from everythnig TG2- related, and make sure you install inside a venv.

diez

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