[EMAIL PROTECTED] wrote: >> Ah! Thanks for the clear response. As I suspected, it is missing >> SIP. >> What to do?
That's pretty strange. sip.pyd is a hidden dependence of all the modules which use SIP to generate bindings: PyQt is one of those. Since PyQt is very common, I created a import hook for it, so that it will know that it imports sip.pyd. Are you positive you are using PyInstaller 1.0? Do you have the file hooks/hook-qt.py in your PyInstaller tree? Giovanni Bajo _______________________________________________ PyInstaller mailing list [email protected] http://lists.hpcf.upr.edu/mailman/listinfo/pyinstaller
