setup.py Choosing Older Compiler On Windows
Dave Angel
d at davea.name
Sun Dec 2 16:06:41 EST 2012
More information about the Python-list mailing list
Sun Dec 2 16:06:41 EST 2012
- Previous message (by thread): setup.py Choosing Older Compiler On Windows
- Next message (by thread): setup.py Choosing Older Compiler On Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 12/02/2012 09:34 AM, Ami Tavory wrote: > 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)? > > I haven't had to do Windows C++ development for many years, but there used to be a vcvars.bat in each compiler installation, and you run the one corresponding to the compiler & libraries you want. -- DaveA
- Previous message (by thread): setup.py Choosing Older Compiler On Windows
- 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