HI That seems to have fixed it. (I used pip3.5 install PyQt5) Thanks, David
On Tuesday, December 12, 2017 at 2:07:14 PM UTC+10, [email protected] wrote: > > Hi I am running python3.5.4 on a windows7 pc and am trying to use this > pyqtgraph import . I'm wondering if i am wasting my time with this. Can > any one tell me if it is do-able, should I try installing the other below > mentioned libraries or just give up. > > import pyqtgraph as pg > File > "C:\Users\david000\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pyqtgraph\__init__.py", > > line 13, in <module> > from .Qt import QtGui > File > "C:\Users\david000\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pyqtgraph\Qt.py", > > line 44, in <module> > raise Exception("PyQtGraph requires one of PyQt4, PyQt5 or PySide; > none of these packages could be imported.") > Exception: PyQtGraph requires one of *PyQt4*, *PyQt5 *or *PySide*; none > of these packages could be imported. > >>> > Thanks > David > -- 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/8ca80c52-e52e-4fa9-b668-19dd67eb9a9d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
