python33.lib missing for build_ext in venv environment

Robin Becker robin at reportlab.com
Mon Oct 14 12:35:59 EDT 2013


On 14/10/2013 17:01, Marco Buttu wrote:
> 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
>
>
this has nothing to do with site-packages so far as I can tell. It seems that 
even if you have a compiler you need to copy the python-3.3\Libs folder into the 
environment so that distutils can set up the load command properly.
-- 
Robin Becker




More information about the Python-list mailing list