[issue2889] curses for windows (alternative patch)

2009-10-21 Thread jmb
jmb 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

[issue2889] curses for windows (alternative patch)

2009-10-19 Thread jmb
Changes by jmb : -- nosy: +jmb ___ Python tracker <http://bugs.python.org/issue2889> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

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

2009-10-09 Thread jmb
New submission from jmb : 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 o