[issue1455] VS2008, quick hack for distutils.msvccompiler

Martin v. Löwis report at bugs.python.org
Sat Nov 17 16:17:30 CET 2007


Martin v. Löwis added the comment:

Ok. Running vsvars is fine, then.

The change to get_build_architecture is broken in another way: as it
parses the architecture out of sys.version, you still get Intel, not x86
(unless you also change PC/pyconfig.h - which may break code that relies
on the specific format of sys.version)

Otherwise, the patch looks fine.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1455>
__________________________________


More information about the Python-bugs-list mailing list