Python Windows Source?

P

Paradox

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.

Thanks Joey
 
S

Skip Montanaro

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

I don't believe there is a distribution which contains object files
(compiled, but not yet linked). You can get the Python source code from
here:

http://www.python.org/ftp/python/2.3.1/Python-2.3.1.tgz

(that's a gzipp'ed tar file), or the Windows binary installer from here:

http://www.python.org/ftp/python/2.3.1/Python-2.3.1.exe

There is nothing in between.

Skip
 
D

Daniel Dittmar

Paradox said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top