hi,<div><br></div><div><br></div><div>i try to debug a c++p extention, wrap with sip</div><div><br></div><div>primary dll in release mode   OK</div><div>wrap dll/pyd ,compile and link in release mode OK</div><div>import in python with python release 2.7 OK</div>
<div><br></div><div>all is right, my import is succefull</div><div><br></div><div><br></div><div>but</div><div><br></div><div><br></div><div>primary dll in debug mode OK</div><div>wrap dll/pyd compile and link in debug mode OK</div>
<div><br></div><div>import in python with python debug 2.7 :</div><div><br></div><div>ImportError: No module named HelloWorld</div><div><br></div><div><br></div><div>i check with dependency walker for check .... dependency : all is righ</div>
<div><br></div><div>i excute my python console side to my new extention, but i add the path in sys.path both</div><div><br></div><div><br></div><div>do you have a suggestion for this import problem ? another test to do  ?</div>
<div><br></div><div>thx</div><div><br></div><div>Kermit</div>