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 python24 source code released?

http://sourceforge.net/projects/python/

Which is linked from www.python.org

However, as Fredrik said, the source tarballs are available on the release page for 2.4 (and yes, they do contain the source code).

Cheers,
Nick.

--
Nick Coghlan   |   [EMAIL PROTECTED]   |   Brisbane, Australia
---------------------------------------------------------------
            http://boredomandlaziness.skystorm.net
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to