Issue 1685775: msvccompiler.py doesn't recongnize VS2005 (original) (raw)

Issue1685775

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:23 admin set github: 44758
2007-03-22 07:23:25 gongminmin create