Martin said,

>
>    PyQt4 on windows requires having Qt libraries in the PATH variable.
>
>    PyInstaller could pick up a different version of Qt4 libraries.
>
>  Again, this is Lubuntu (32-bit Ubuntu 13.04 with different window
manager).
I built sip and PyQt4 from source (the only way on this platform). The app
runs correctly on the same system, from source or when bundled by PyI v2.0.
Only when bundled by v2.1 does it fail in this way with the rt hook unable
to
import PyQt4.

I can't tell if my code would be able to import it, obviously, because it
dies in the rt hook. But the bundle contents appear to be the same
between the versions. Also as I said I tried copying over the same rt hook
file from 2.0 and that didn't help -- not surprising, as the code change is
not something that should make a difference to the import statement --
perhaps there is some 2.1 change in the bootloader itself?

I will make a 2.0 bundle with --debug and compare the loader outputs.

DC

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to