Re: Building Python extensions from sources on Windows

2006-03-25 Thread Martin v. Löwis
TPJ wrote: > And that's the problem: I understand the fact, that in order to build a > non-pure distrubution, all the C sources have to be compiled (to dll > libraries?). But there's the problem: I don't know which one compiler > should I use. Do I have to use the same compiler, that the Python has

Building Python extensions from sources on Windows

2006-03-25 Thread TPJ
Hello, I have another, probably stupid, question. I'm working on some Python project, and I use some extensions written in C. I do all the development on my GNU/Linux box, so my setup.py script works just as it's supposed to work on a GNU/Linux system. But in the nearest future I'll have to make a