[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2014-06-25 Thread Martin v . Löwis
Martin v. Löwis added the comment: The issue was never really valid (except perhaps for the desire to document this more clearly), so closing. Anybody who would like to see the documentation improved, please suggest a specific change. -- resolution: -> not a bug status: open -> close

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2014-06-06 Thread Mark Lawrence
Mark Lawrence added the comment: Given that we're already using VC++ 2010 for 3.4 and there is discussion here http://code.activestate.com/lists/python-dev/131023/ about changing for 3.5 can this be closed? -- nosy: +BreamoreBoy ___ Python tracker

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2010-11-25 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2010-11-25 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file13060/unnamed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2010-08-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-03-02 Thread Roumen Petrov
Changes by Roumen Petrov : -- nosy: +rpetrov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-03-02 Thread Martin v. Löwis
Martin v. Löwis added the comment: Whether VC++ 2008 is required very much depends on what precisely you do in your extension. If you use a different compiler (in particular, a different CRT), chances are fair that the resulting extension crashes the interpreter. Users using a different compiler

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-03-01 Thread Akira Kitada
Changes by Akira Kitada : -- components: +Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Eric Swenson
Eric Swenson added the comment: Hi Tarek, I have been debugging this and found the following: If you set the DISTUTILS_USE_SDK environment variable to any value (I used DISTUTILS_USE_SDK=1) and the MSSdk environment variable to anything (I used MSSdk=1), and you manually run the "vcvarsall.bat"

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Tarek Ziadé
Tarek Ziadé added the comment: distutils will use the same compiler used to build Python. If you want to build with a previous version of MSVC, you need to compile Python with that particular version. That said, MSVCCompiler could probably take new options, to force the MSVC version and the a

[issue5235] distutils seems to only work with VC++ 2008 (9.0)

2009-02-12 Thread Eric Swenson
New submission from Eric Swenson : Building python extensions using distutils in python 2.6 with only VC++ 2005 installed no longer works. distutils appears to require VC++ 2008. The documentation on building extensions for Python 2.6 seems to suggest that VC++ 2008, while preferred, is no