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


Groups > comp.lang.python > #44840 > unrolled thread

module install failures

Started byMilton Mobley <miltmobley@gmail.com>
First post2013-05-06 11:50 -0700
Last post2013-05-06 11:50 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  module install failures Milton Mobley <miltmobley@gmail.com> - 2013-05-06 11:50 -0700

#44840 — module install failures

FromMilton Mobley <miltmobley@gmail.com>
Date2013-05-06 11:50 -0700
Subjectmodule install failures
Message-ID<mailman.1369.1367866249.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Hi there, I hate to bother you with this, but there doesn't seem to be any
ordinary online help for such issues at python.org:

Lately I have tried to install several Python modules that are wrappers for
C/C++ base libraries on a Windows 7 64 bit system.
I used pip in a virtualenv environment, and some script fails complaining
that it can't find vcvarsall.bat. I found the file in my
Visual Studio 10 Express tree, but the script can't find it. How can I fix
the script to look in the right place?

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web