setup.py Choosing Older Compiler On Windows
Ami Tavory
atavory at gmail.com
Sun Dec 2 09:34:09 EST 2012
More information about the Python-list mailing list
Sun Dec 2 09:34:09 EST 2012
- Previous message (by thread): Imaging libraries in active development?
- Next message (by thread): setup.py Choosing Older Compiler On Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message (by thread): Imaging libraries in active development?
- Next message (by thread): setup.py Choosing Older Compiler On Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list