I'm having some trouble in using PyQt/SIP. I guess the SIP is compiled into 64bit, but Python has some problem with finding it.
File "qtdemo.py", line 46, in
import sip
ImportError: dlopen(/Library/Python/2.6/site-packages/sip.so, 2): no suitable image found. Did find:
/Library/Python/2.6/site-packages/sip.so: mach-o, but wrong architecture
- How do I know if a library (so/dylib) is 32bit or 64bit?
- How do I know if my Python is 32bit or 64bit?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…