Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56814

Re: python33.lib missing for build_ext in venv environment

From Robin Becker <robin@reportlab.com>
Subject Re: python33.lib missing for build_ext in venv environment
Date 2013-10-14 17:35 +0100
References <mailman.1071.1381763861.18130.python-list@python.org> <525C155D.4050006@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1074.1381768565.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


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