[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] teaching python 2.4



On Tue, 01 Feb 2005 19:46:36 +1300, Stuart <stuartw@xxxxxxxxxxxx> wrote:
> I use it a lot (and mingwin), unfortunately python extensions must be compiled
> with the same compiler as the local python install I believe, yes?
> 


You can compile python extensions with mingwin/gcc.  C extensions are
easy.  However it is a little difficult with C++ extensions if the C++
library was not done with mingwing/C++.

Also you can get the command line version of the ms compiler for free* now.