hi,

i try to debug a c++p extention, wrap with sip

primary dll in release mode   OK
wrap dll/pyd ,compile and link in release mode OK
import in python with python release 2.7 OK

all is right, my import is succefull


but


primary dll in debug mode OK
wrap dll/pyd compile and link in debug mode OK

import in python with python debug 2.7 :

ImportError: No module named HelloWorld


i check with dependency walker for check .... dependency : all is righ

i excute my python console side to my new extention, but i add the path in
sys.path both


do you have a suggestion for this import problem ? another test to do  ?

thx

Kermit
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to