Hi Martin,

>Do you have multiple versions of Pyqt installed?

The simple answer is no. However, I do have both PyQt and Pyside installed. 
To be clear, though, I don't actually have any of these 'installed'. I run 
a version of PortablePython. For all other PyQt (and Pyside) apps, I've had 
no problem building and running an exe with PyInstaller. I've hit the 
problem with matplotlib.backends.backend_qt4agg

For what it's worth, I've also found that if I call "import matplotlib" and 
then call "matplotlib.use('qt4agg')" everything builds and runs without 
errors. Interestingly, I can also see that PyQt4.QtCore.pyd is loaded 
without problem. Ultimately, I want to use "from 
matplotlib.backends.backend_qt4agg import FigureCanvasQTAgg as 
FigureCanvas" for other purposes. Any thoughts would be welcome.

Laurence.




Laurence.

-- 
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