Well, in any case this seems to be working ok for me now.
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 1, 5:44 pm, casevh wrote:
> On Feb 1, 8:31 am, Andrej Mitrovic wrote:
>
>
>
> > On Feb 1, 4:03 am, Andrej Mitrovic wrote:
>
> > > On Feb 1, 2:59 am, Andrej Mitrovic wrote:
>
> > > > Hi,
>
> > > > I've made a similar post on the Cython mailing list, however I think
> > > > this is more py
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 = new_compiler(compiler=self.com
On Feb 1, 8:31 am, Andrej Mitrovic wrote:
> On Feb 1, 4:03 am, Andrej Mitrovic wrote:
>
>
>
>
>
> > On Feb 1, 2:59 am, Andrej Mitrovic 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
On Feb 1, 4:03 am, Andrej Mitrovic wrote:
> On Feb 1, 2:59 am, Andrej Mitrovic 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 b
On Feb 1, 2:59 am, Andrej Mitrovic 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 uninstalled VS, and
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, dis