moving from python1.5 to python2.2

CantSpellMyName cantspellmyname at hotmail.com
Tue Dec 9 09:50:32 EST 2003


Hi folks,

i have to re-write an application that was using python scripts as
configuration files (i.e. python embedded into c++) and it was using
python1.5 (python15_d.dll). Now i would like to use python2.2 or even
python2.3, but when i compile the application with ms visual c++, i
get :

error LNK2001: unresolved external symbol
__imp__Py_InitModule4TraceRefs

i think it might be coming from the fact that i don't have the debug
dll for python2.2 . Can someone help?

Thanks a lot,

       -Manu




More information about the Python-list mailing list