Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56812
| From | Marco Buttu <marco.buttu@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python33.lib missing for build_ext in venv environment |
| Date | 2013-10-14 18:01 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <525C155D.4050006@gmail.com> (permalink) |
| References | <mailman.1071.1381763861.18130.python-list@python.org> |
On 10/14/2013 05:17 PM, Robin Becker wrote: > I'm trying to port reportlab extensions to Python 3.3. On windows I get > a missing library error when trying to build/install the trial reportlab > in a virtual environment eg This is my configuration file: $ cat myvenv/pyvenv.cfg home = /usr/local/bin include-system-site-packages = false version = 3.4.0 In this case (default), the site-package directory is not included in the PYTHONPATH. If you want to include it, set: include-system-site-packages = true -- Marco Buttu
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python33.lib missing for build_ext in venv environment Robin Becker <robin@reportlab.com> - 2013-10-14 16:17 +0100
Re: python33.lib missing for build_ext in venv environment Marco Buttu <marco.buttu@gmail.com> - 2013-10-14 18:01 +0200
Re: python33.lib missing for build_ext in venv environment Robin Becker <robin@reportlab.com> - 2013-10-14 17:35 +0100
csiph-web