This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ipatrol
Recipients ipatrol, tarek
Date 2010-07-11.13:36:56
SpamBayes Score 0.00019996044
Marked as misclassified No
Message-id <1278855419.68.0.64475748771.issue9224@psf.upfronthosting.co.za>
In-reply-to
Content
Trying to compile any extension module fails with the following error:

running install
running build
running build_ext
building 'bsdiff' extension
Traceback (most recent call last):
  File "setup.py", line 56, in <module>
    ext_modules = [extension])
  File "C:\hp\bin\Python\lib\distutils\core.py", line 152, in setup
    dist.run_commands()
	[Skipping many levels for brevity]
  File "C:\hp\bin\Python\lib\distutils\msvc9compiler.py", line 469, in compile
    self.initialize()
  File "C:\hp\bin\Python\lib\distutils\msvc9compiler.py", line 379, in initialize
    vc_env = query_vcvarsall(VERSION, plat_spec)
  File "C:\hp\bin\Python\lib\distutils\msvc9compiler.py", line 295, in query_vcvarsall
    raise ValueError(str(list(result.keys())))
ValueError: [u'path']

here, \hp\bin is a vista symlink to Python's directory. This is the second version that had this error, with several modules as well.

It appears to be an issue in msvc9compiler's handling of stdout, will try to patch.
History
Date User Action Args
2010-07-11 13:36:59ipatrolsetrecipients: + ipatrol, tarek
2010-07-11 13:36:59ipatrolsetmessageid: <1278855419.68.0.64475748771.issue9224@psf.upfronthosting.co.za>
2010-07-11 13:36:58ipatrollinkissue9224 messages
2010-07-11 13:36:56ipatrolcreate