[Tutor] Creating Debug version of python under windows ?

Marcus m_konermann@gmx.de
Mon, 13 May 2002 02:24:35 +0200


Hi !

It seems that if i want to use a newer python ver. (since 2.0.1) i have 
to create my own debug ver. of the python interpreter to get the debug 
files i need (python22_d.lib, etc.).
I´m not so familiar in debugging, so, can anyone tell me how to create 
this debug ver. of python ?
I need this files, because i want to embed a python script in c code and 
i get different runtime errors. I´m using the VC++ 6.0 Compiler under 
WindowsXP and Python ver2.2.

Thanks a lot
Marcus