On Tue, Nov 10, 2009 at 8:44 AM, Christopher Arndt <[email protected]>wrote:
> > 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 > > See this thread: http://groups.google.com/group/turbogears-trunk/browse_thread/thread/05f53ffc45e5ba3b/7f16e44506fc2a4f?#7f16e44506fc2a4f basically use easy_install -Z pywin32.exe Kevin Horn --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

