setup.py Choosing Older Compiler On Windows

Ami Tavory atavory at gmail.com
Sun Dec 2 09:34:09 EST 2012


  Hello,

  I'm porting a C++ extension module to a Windows machine that has both VC8
and VC10 installed. Unfortunately, `setup.py build` tries to build using
VC8, which fails (the extension uses C++ standard libraries that VC  didn't
used to have). Is there a way to get setup.py to use VC10 (preferably
externally, without modifying the script)?

  Thanks,

  Ami
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20121202/2085d4a8/attachment.html>


More information about the Python-list mailing list