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

> Honestly I think you should cleon out the Python interpreter's site-
> packages from SQLAlchemy and others, whoever wanted it in there should  
> be installed in it's own Venv itself. Cluttering the sys.path with  
> packages of all kind is a sure road to desparation. So whenever you  
> install something pythony, use a dedicated venv. I created a little  
> wrapper-script for that purpose, so I manage them all in one place.

My main site-packages is basically empty. Although my impression is
that virtualenv with --no-site-packages should block python from
looking there anyway.

I would regard improving that error message as a fairly important
usability improvement. Thanks for the advice.

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