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 Cris
Recipients Cris
Date 2014-04-24.23:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398382949.19.0.0972223942804.issue21348@psf.upfronthosting.co.za>
In-reply-to
Content
I have Windows 8 64bit and Python 64bit (installed from here: https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi)

I also installed pywin32-214.win-amd64-py2.7 (from here http://downloads.sourceforge.net/project/pywin32/pywin32/Build%20214/pywin32-214.win-amd64-py2.7.exe?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpywin32%2Ffiles%2Fpywin32%2FBuild%2520214%2F&ts=1398376919&use_mirror=kent)

When I try to install Scrapy it gives me this error:

  File "twisted\runner\topfiles\setup.py", line 14, in <lambda>
  File ".\twisted\python\dist.py", line 413, in _check_header
  File ".\twisted\python\dist.py", line 399, in _compile_helper
  File "C:\Python27\lib\distutils\msvc9compiler.py", line 469, in compile
    self.initialize()
  File "C:\Python27\lib\distutils\msvc9compiler.py", line 379, in initialize
    vc_env = query_vcvarsall(VERSION, plat_spec)
  File "C:\Python27\lib\distutils\msvc9compiler.py", line 295, in query_vcvarsal
l
    raise ValueError(str(list(result.keys())))
ValueError: [u'path']

How can I fix it?
History
Date User Action Args
2014-04-24 23:42:29Crissetrecipients: + Cris
2014-04-24 23:42:29Crissetmessageid: <1398382949.19.0.0972223942804.issue21348@psf.upfronthosting.co.za>
2014-04-24 23:42:29Crislinkissue21348 messages
2014-04-24 23:42:28Criscreate