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
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
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\_
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