[issue15315] Can't build Python extension with mingw32 on Windows

Craig McQueen report at bugs.python.org
Tue Jul 10 06:52:03 CEST 2012


New submission from Craig McQueen <python at craig.mcqueen.id.au>:

I'm trying this with my 'cobs' Python package:

    c:\Python33\python.exe setup.py build --compiler=mingw32 bdist_msi

With Python 3.3 beta, it fails with an exception:

    ValueError: Unknown MS Compiler version 1600

It works with Python 3.2.

----------
components: Extension Modules
messages: 165159
nosy: cmcqueen1975
priority: normal
severity: normal
status: open
title: Can't build Python extension with mingw32 on Windows
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15315>
_______________________________________


More information about the Python-bugs-list mailing list