Re: can't find python2.4 source code

2004-12-13 Thread Fredrik Lundh
Donnie Leen wrote: >I had tried already, the doesn't contain the sourcecode. > In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar. the 2.3.3 sources (http://www.python.org/2.3.3/) are shipped as Python-2.3.3.tgz and Python-2.3.3.tar.bz2. the 2.4 sources (http://www.python

Re: can't find python2.4 source code

2004-12-13 Thread Nick Coghlan
Donnie Leen wrote: I make program in c++ embedding python2.4 in windows, I need the python24_d.lib to link with the debug version of my program, but i can't find the source code to build python24_d.lib on the internet, I even can't find python24_d.lib/python24_d.dll on the internet. Does the python

Re: can't find python2.4 source code

2004-12-13 Thread Steve Holden
Donnie Leen wrote: I had tried already, the doesn't contain the sourcecode. In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar. Rhubarb. All you had to do was follow Fredrik's instructions. Since they didn't appear to be explicit enough for you, search in the page he names

Re: can't find python2.4 source code

2004-12-13 Thread Donnie Leen
I had tried already, the doesn't contain the sourcecode. In python2.3.3, the release pakage contained sourcecode is Python-2.3.3.tar. "Fredrik Lundh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Donnie Leen <[EMAIL PROTECTED]> wrote: > > >I make program in c++ embedding python2.4

Re: can't find python2.4 source code

2004-12-13 Thread Fredrik Lundh
Donnie Leen <[EMAIL PROTECTED]> wrote: >I make program in c++ embedding python2.4 in windows, I need the > python24_d.lib to link with the debug version of my program, but i can't > find the source code to build python24_d.lib on the internet, I even can't > find python24_d.lib/python24_d.dll on t