Actually it was missing libQtDBus. I am not sure if this goes plugins category, but ldd somehow missed it. Still figuring out why.
So summary how I fixed it: 1) remove lib*.so files as nathan suggested (mainly glib and gobject) 2) copy libQtDBus.so.4 from build system into dist directory (this was causing qt version mismatch) On Friday, October 4, 2013 5:13:37 PM UTC+2, Martin Z wrote: > > On Friday 04 of October 2013 07:19:35 Andraz Vrhovec wrote: > > I guess it still somehow manage to find system qt (4.8.4) even if there > is libQtCore and libQtGui version 4.8.1 bundled (from build machine). > > > > I gues this is because qt4 plugins are not handled by pyside import hooks > and thus pyside loads qt4 plugins from the OS and those plugins are linked > with qt 4.8.4. > -- 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.
