Hi,
I installed PYQTGRAPH with git clone command and I run the example: Draw.py. But, I had this message:
Traceback (most recent call last):
File "Draw.py", line 8, in <module>
import initExample ## Add path to library (just for examples; you do not need this)
ModuleNotFoundError: No module named 'initExample'
What can I do to sove this error.
Thanks,
Conrado