Hi all, I developed an app using pyqtgraph (0.10.x) with Python 3.6 and PyQt5 but I recently had to update my system to switch to using WSL and python (was previously using Anaconda/Spyder IDE) but I can no longer get my app to work along with any of the example code from https://github.com/pyqtgraph/pyqtgraph/tree/master/pyqtgraph/examples
I always get the following: from pyqtgraph.Qt import QtCore ModuleNotFoundError: No module named 'pyqtgraph.Qt'; 'pyqtgraph' is not a package I don't want to have to update all my code (unless I really have to) and don't really want to roll back to previous versions. Is there something I have missed regarding incompatibilities with Python 3.10.x or PyQt6? Any help appreciated. Thanks! -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/972efc5b-17b1-4b47-a899-e27e2d7b2792n%40googlegroups.com.
