Re: Python distutils build problems with MinGW

2010-02-01 Thread Andrej Mitrovic
On Feb 1, 4:03 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On Feb 1, 2:59 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: Hi, I've made a similar post on the Cython mailing list, however I think this is more python-specific. I'm having trouble setting up distutils to

Re: Python distutils build problems with MinGW

2010-02-01 Thread casevh
On Feb 1, 8:31 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On Feb 1, 4:03 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On Feb 1, 2:59 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: Hi, I've made a similar post on the Cython mailing list, however I think

Re: Python distutils build problems with MinGW

2010-02-01 Thread Andrej Mitrovic
I've found the problem: For the windows Python 3.1.1 x86 installation, the file \Python31\Lib \Distutils\command\build_ext.py, has this: Line 313: self.compiler = new_compiler(compiler=None, But Python 2.6 has this line: Line 306: self.compiler =

Re: Python distutils build problems with MinGW

2010-02-01 Thread Andrej Mitrovic
On Feb 1, 5:44 pm, casevh cas...@gmail.com wrote: On Feb 1, 8:31 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On Feb 1, 4:03 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On Feb 1, 2:59 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: Hi, I've made a

Re: Python distutils build problems with MinGW

2010-02-01 Thread Andrej Mitrovic
Well, in any case this seems to be working ok for me now. -- http://mail.python.org/mailman/listinfo/python-list

Python distutils build problems with MinGW

2010-01-31 Thread Andrej Mitrovic
Hi, I've made a similar post on the Cython mailing list, however I think this is more python-specific. I'm having trouble setting up distutils to use MinGW instead of Visual Studio when building a module. Even tho I've just uninstalled VS, and cleared out any leftover VS environment variables,

Re: Python distutils build problems with MinGW

2010-01-31 Thread Andrej Mitrovic
On Feb 1, 2:59 am, Andrej Mitrovic andrej.mitrov...@gmail.com wrote: Hi, I've made a similar post on the Cython mailing list, however I think this is more python-specific. I'm having trouble setting up distutils to use MinGW instead of Visual Studio when building a module. Even tho I've just