Diez B. Roggisch wrote:
> This is a problem of the suggestion to use --no-site-packages.

It's not a problem, it's exactly the purpose of this option: hide 
modules/packages installed in the system-wide site-packages directory 
from the python path.

 > I never understood why it's given in the first place.

Because nowadays many Linux distros come with some of TG's dependencies 
installed as system packages, but with too old versions. easy_install 
and friends do not always update them reliably when you install TG.

If you use the --no-site-packages option, up-to-date versions of these 
packages will be installed in the virtualenv no matter what.

 > Of course, you need to make sure that none of the TG2-packages and
 > it's dependencies is already in the system python's path.

There you have it.


Chris

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