Python Windows Source?

Daniel Dittmar daniel at dittmar.net
Tue Sep 30 15:01:59 EDT 2003


Paradox wrote:
> This seems like a simple question but I keep looking and can't seem to
> find it anywhere. Do I have to check it out directly from CVS. Is
> there anywhere I can download the source already compiled. All I
> really want is to be able to compile PIL.

If you want to compile an extension like PIL on Windows, then everything 
needed is part of the normal installer. Assuming you installed Python to 
c:\Python23, then you'll need the include files at c:\Python23\include 
and the import library at c:\Python23\libs\python23.lib.

Daniel





More information about the Python-list mailing list