Thanks, Christoph! I had a "Failed to import logging" error in PyDev so I looked at the virtualenv, saw that there was no logging package, ran pip, and.... made myself look silly. Turns out the PyDev error was unrelated. Thanks for putting me back on track! ~br
On Jan 9, 5:53 pm, Christoph Zwerschke <[email protected]> wrote: > Am 09.01.2011 23:31 schrieb BrianTheLion: > > > It seems that maybe --no-site-packages doesn't quite do what it's > > supposed to: > > It seems you're missing the fact that logging is in the standard lib > since Py 2.3, it's not a maintained external package any more. The > virtualenv intentionally uses the default, global standard lib. > > -- Christoph -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
