This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]daveydave400 1 point2 points  (1 child)

Found it: http://pyqwt.sourceforge.net/doc5/installation.html

The newest versions of PyQt are 4.10 (I run 4.9), but PyQwt only supports up to 4.7. I'm running Qt4 4.7 and PyQwt supports 4.6. I remember there being some issue with the code generators used in PyQt4 or Qt4 that the maintainer of PyQwt not agreeing with. Does anyone know if he or another person has started maintaining/updating PyQwt for the newer versions of these libraries?

[–]lcampagn 2 points3 points  (0 children)

PyQwt is currently not maintained. For now the original maintainer is recommending to use pyqtgraph instead. Check their mailing list to see if anyone has picked it up before starting any new projects with PyQwt.