Instead of setting a Python path, after trying this steps on Ubuntu 14.04, I was succesful.
This way I was able to run the provided examples in a Geany editor. Eclipse or VM are no longer needed.
1) Get the contents under both folders called "src" from "pyvision-master.zip" and "OCOFToolset.zip"
You will need to register here to gather OCOFToolset from the author's site:
Take pyvision-master.zip from here:
Download and unzip both archives:
2) Locate the path where python stores the packages.
In my case /usr/local/lib/python2.7/site-packages
Alternatively, by typing $ whereis python in a terminal command line, is a easy way to locate "site-packages" folder.
python: /usr/bin/python2.7-pyrexc /usr/bin/python2.7-config /usr/bin/python2.7 /usr/bin/python3.4 /usr/bin/python3.4m /usr/bin/python /etc/python2.7 /etc/python3.4 /etc/python /usr/lib/python2.7 /usr/lib/python3.4 /usr/bin/X11/python2.7-pyrexc /usr/bin/X11/python2.7-config /usr/bin/X11/python2.7 /usr/bin/X11/python3.4 /usr/bin/X11/python3.4m /usr/bin/X11/python /usr/local/lib/python2.7 /usr/local/lib/python3.4 /usr/include/python2.7 /usr/share/python /usr/share/man/man1/python.1.gz
3) Copy "pyvision" and "ocof" folders under "src" branch from respectively extracted folders "pyvision-master" and "OCOFToolset"
4) Put above folders into your previously located "site-packages" folder.