Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56811 > unrolled thread
| Started by | Robin Becker <robin@reportlab.com> |
|---|---|
| First post | 2013-10-14 16:28 +0100 |
| Last post | 2013-10-14 16:28 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: python33.lib missing for build_ext in venv environment Robin Becker <robin@reportlab.com> - 2013-10-14 16:28 +0100
| From | Robin Becker <robin@reportlab.com> |
|---|---|
| Date | 2013-10-14 16:28 +0100 |
| Subject | Re: python33.lib missing for build_ext in venv environment |
| Message-ID | <mailman.1072.1381764512.18130.python-list@python.org> |
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\_rl_accel.lib >> /MANI >> FESTFILE:build\temp.win32-3.3\Release\code\hg-repos\reportlab\src\rl_addons\rl_accel\_rl_accel.pyd.manifest >> >> LINK : fatal error LNK1104: cannot open file 'python33.lib' >> error: command '"C:\Program Files\Microsoft Visual Studio >> 10.0\VC\BIN\link.exe"' failed with exit status 1104 >> >> (tpy33) C:\code\hg-repos\reportlab> ......... > > is this a bug or some misconfiguration; should I be using virtualenv? seems that venv doesn't copy the standard Libs directory into the virtual environment; if I do that by hand then I get a proper working virtual environment. Also seems fairly half baked to change the name bin to Scripts, but perhaps there's some windows centric reason for that even though the Scripts dir ends up with a lot of dlls & pyds in it. I suppose that ps1 files are in fact scripts. -- Robin Becker
Back to top | Article view | comp.lang.python
csiph-web