Paolo Pantaleo schrieb: > Well I'm just courious: if I want to buid a C extension, I shoul use > the same compiler that has been used to build python (right?). Since > python has been built using Visual C, how can I build an extension if > I don't have Visual Studio?
If you don't have mingw32, either, you can't build the extension module. You need to get a supported compiler. If you don't have one, find somebody who builds the extension for you. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list