python33.lib missing for build_ext in venv environment

Marco Buttu marco.buttu at gmail.com
Mon Oct 14 12:01:33 EDT 2013


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



More information about the Python-list mailing list