Re: setup.py Choosing Older Compiler On Windows

2012-12-03 Thread Ami Tavory
From: Irmen de Jong >> To: python-list@python.org >> Cc: >> Date: Mon, 03 Dec 2012 01:10:23 +0100 >> Subject: Re: setup.py Choosing Older Compiler On Windows >> On 2-12-2012 22:06, Dave Angel wrote: >> > On 12/02/2012 09:34 AM, Ami Tavory wrote: >&

Re: setup.py Choosing Older Compiler On Windows

2012-12-02 Thread Irmen de Jong
On 2-12-2012 22:06, Dave Angel wrote: > 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++ sta

Re: setup.py Choosing Older Compiler On Windows

2012-12-02 Thread Dave Angel
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 hav

setup.py Choosing Older Compiler On Windows

2012-12-02 Thread Ami Tavory
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 (prefe