Jeremy Sanders wrote:

> I've had similar problems with pyinstaller, where Qt plugins 
don't use the
> right Qt library. The otool program is great for fixing 
which libraries a
> dylib or executable is using. I've attached a script I use 
for fixing
> which libaries the Qt plugins use, which may fix your 
problem (change path
> at top).

I should say I am actually using py2app rather than 
pyinstaller, but I did get similar error messages until I 
fixed the dylibs.

-- 
http://www.jeremysanders.net/

_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to