This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: msvccompiler.py doesn't recongnize VS2005
Type: Stage:
Components: Distutils Versions: Python 2.5
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: gongminmin, loewis
Priority: normal Keywords:

Created on 2007-03-22 07:23 by gongminmin, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31618 - (view) Author: Minmin Gong (gongminmin) Date: 2007-03-22 07:23
I'm trying to compile some python extensions by VS2005. However, it seems that msvccompiler.py doesn't recongnize VS2005. Only VC6/VS2003 is supported. When will distutils fix this? 
msg31619 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2007-03-28 11:35
You should not be using VS2005 to build Python extensions, unless you know exactly what you are doing. If you do, you should set DISTUTILS_USE_SDK and MSSdk.

Closing as 'works for me'.
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44758
2007-03-22 07:23:25gongminmincreate