On Jun 9, 12:39 pm, Jeremy Sanders <[email protected]> wrote: > Yes it is - thanks. How can I tell whether the PyQt4 hook is being > used at all?
Ok - it's my fault for messing up my spec file. I had to put a lot of debugging statements in to see what was happening. The problem is that the SVG plugins depend on the Qt libQtXml.so library to be loaded. I'm not using the XML library, so that was stopping the plugins from working. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
