What does this mean in the pyqtgraph installation description on http://www.pyqtgraph.org/: "All that is needed is for the pyqtgraph folder to be placed someplace importable."
So I donwloaded the .deb file for Ubuntu and now where should I put it?
I tried to move the .deb file into /urs/lib/python2.7 but i still get from python: "ImportError: No module named pyqtgraph"
The same if I extract the .deb file and then I move to the same location the folder I got from the extraction.
I get this if I print sys.path from python:
/usr/lib/python2.7
/usr/lib/python2.7/plat-i386-linux-gnu
/usr/lib/python2.7/lib-tk
/usr/lib/python2.7/lib-old
/usr/lib/python2.7/lib-dynload
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages/PILcompat
/usr/lib/python2.7/dist-packages/gtk-2.0
/usr/lib/pymodules/python2.7
/usr/lib/python2.7/dist-packages/ubuntu-sso-client
What should I do? Thanks!