[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

PyQt4.7 and PyQwt5.2.0

Gib Bogle

2/28/2010 9:15:00 PM

I installed the latest PyQt (4.7-1), then PyQwt 5.2.0, which was built with
PyQt4.5.4. This line

import PyQt4.Qwt5 as Qwt

fails to load the DLL. Could this be the result of not using PyQt4 4.5.4?
1 Answer

Gib Bogle

3/1/2010 11:04:00 PM

0

Gib Bogle wrote:
> I installed the latest PyQt (4.7-1), then PyQwt 5.2.0, which was built
> with PyQt4.5.4. This line
>
> import PyQt4.Qwt5 as Qwt
>
> fails to load the DLL. Could this be the result of not using PyQt4 4.5.4?

I guess I can answer my own question. As far as I can determine, PyQwt 5.2.0
needs PyQt 4.5.4 to work.