Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'compiler': 0.07; 'distutils': 0.07; 'subject:missing': 0.07; 'properly.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:/ 10': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'windows': 0.15; 'marco': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'set:': 0.16; 'extensions': 0.16; 'folder': 0.16; 'wrote:': 0.18; 'library': 0.18; 'trying': 0.19; 'seems': 0.21; 'command': 0.22; 'cc:addr:python.org': 0.22; 'load': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'environment': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'included': 0.31; 'file:': 0.31; 'version': 0.36; 'false': 0.36; 'virtual': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'even': 0.60; 'home': 0.69; 'received:109': 0.72; 'trial': 0.83; 'sfxlen:4': 0.84; 'pfxlen:big': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Robin Becker Subject: Re: python33.lib missing for build_ext in venv environment Date: Mon, 14 Oct 2013 17:35:59 +0100 References: <525C155D.4050006@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: python-list@python.org X-Gmane-NNTP-Posting-Host: 109.174.168.73 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <525C155D.4050006@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381768565 news.xs4all.nl 16002 [2001:888:2000:d::a6]:48041 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56814 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