[issue7091] Distutils build ignores the --compiler command line option

2009-10-09 Thread jmb
New submission from jmb jeber...@free.fr: I tried building an extension on windows with the following command: python setup.py build --compiler=mingw32 and got an error: Unable to find vcvarsall.bat. The way I understand it, that error shows that it tried to use the MSVC compiler instead

[issue2889] curses for windows (alternative patch)

2009-10-19 Thread jmb
Changes by jmb jeber...@free.fr: -- nosy: +jmb ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue2889 ___ ___ Python-bugs-list mailing list

[issue2889] curses for windows (alternative patch)

2009-10-21 Thread jmb
jmb jeber...@free.fr added the comment: I've built a package for python 2.6 using a slightly modified version of this patch. I've uploaded it here: http://jeberger.free.fr/python/ I'm attaching my version of the patch here. I had to make two modifications for it to work: - Change all references