Python Windows Source?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Paradox

    Python Windows Source?

    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
  • Skip Montanaro

    #2
    Re: Python Windows Source?


    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:



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



    There is nothing in between.

    Skip

    Comment

    • Daniel Dittmar

      #3
      Re: Python Windows Source?

      Paradox wrote:[color=blue]
      > 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.[/color]

      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\inc lude
      and the import library at c:\Python23\lib s\python23.lib.

      Daniel

      Comment

      Working...