[python-win32] Compiler info

2014-12-27 Thread Gary Scorby
What version of Visual Studio is used to compile the current 219 download for Python 2.7? Thank you Gary Scorby [cid:[email protected]] FINANCIAL TECHNOLOGIES. SOLUTIONS FOR PEOPLE.TM ___ python-win32 mailing list [email protected]

Re: [python-win32] python-win32 Digest, Vol 141, Issue 8

2014-12-27 Thread Chris Smith
Also, is more than just a SourceForge account necessary to do a read-only checkout of the code? On Sat, Dec 27, 2014 at 6:00 AM, wrote: > Send python-win32 mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https:

Re: [python-win32] python-win32 Digest, Vol 141, Issue 8

2014-12-27 Thread Tim Golden
On 27/12/2014 15:13, Chris Smith wrote: Also, is more than just a SourceForge account necessary to do a read-only checkout of the code? To do a read-only checkout of the code, you don't even need a SourceForge account. Just clone it: hg clone http://pywin32.hg.sourceforge.net:8000/hgroot/p

Re: [python-win32] Compiler info

2014-12-27 Thread Tim Roberts
On Dec 24, 2014, at 9:51 AM, Gary Scorby mailto:[email protected]>> wrote: What version of Visual Studio is used to compile the current 219 download for Python 2.7? Python 2.7 add-on modules need to be built with Visual Studio 2008. The base compiler is built with VS2008 and links to that ve