Re: python33.lib missing for build_ext in venv environment

2013-10-14 Thread Robin Becker
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: $ ca

Re: python33.lib missing for build_ext in venv environment

2013-10-14 Thread Marco Buttu
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

Re: python33.lib missing for build_ext in venv environment

2013-10-14 Thread Robin Becker
On 14/10/2013 16:17, 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 C:\code\hg-repos\reportlab>\python33\python -m venv tpy33 .ns\rl_accel\_

python33.lib missing for build_ext in venv environment

2013-10-14 Thread Robin Becker
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 C:\code\hg-repos\reportlab>\python33\python -m venv tpy33 C:\code\hg-repos\reportlab>tpy33\Scripts\activate (tpy33) C:\co