moving from python1.5 to python2.2

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

    moving from python1.5 to python2.2

    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_InitM odule4TraceRefs

    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
Working...