Activity log for bug #572545

Date Who What changed Old value New value Message
2010-04-30 18:43:31 Gary Poster bug added bug
2010-12-17 18:02:03 Alessandro Decina description I expect python -S to give a Python with the stdlib installed. When you use virtualenv (at least with the --no-site-packages option, which is all I use), this is not the case. In a standard interpreter: $ python -S Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 import ConfigParser In virtualenv: $ ../bin/python -S Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 import ConfigParser Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named ConfigParser FWIW, this causes pain for a beta release of zc.buildout (1.5.0b1). I expect python -S to give a Python with the stdlib installed. When you use virtualenv (at least with the --no-site-packages option, which is all I use), this is not the case. In a standard interpreter: $ python -S Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 import ConfigParser In virtualenv: $ ../bin/python -S Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41) [GCC 4.4.3] on linux2 import ConfigParser Traceback (most recent call last):  File "<stdin>", line 1, in <module> ImportError: No module named ConfigParser FWIW, this causes pain for a beta release of zc.buildout (1.5.0b1).
2011-01-31 10:05:21 Daniel Havlik bug added subscriber Daniel Havlik