[PyQt] [SIP] import Failed with Debug module
    Kermit 
    stef.kermit at gmail.com
       
    Wed Apr 27 15:18:03 BST 2011
    
    
  
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20110427/24f529e8/attachment.html>
    
    
More information about the PyQt
mailing list