Comment #5 on issue 343 by
haani...@gmail.com: Specto 0.4.1 doesnt start
Ok, I found the cause. When building and installing, running the local
executable from the source directory works, but not the system-wide specto.
On Debian and Ubuntu, python2.7 expects to find libraries in
/usr/lib/python2.7/dist-packages rather than
/usr/lib/python2.7/site-packages
http://wiki.debian.org/Python/Packaging :
"Python interpreter in Debian (since Python 2.6) is modified to use
/usr/lib/pythonX.Y/dist-packages instead of site-packages. This way we can
avoid conflicts with manually installed interpreter."
The solution on Debian and derived distributions is to use
python setup.py build
sudo python setup.py install --install-layout=deb
when installing. Tested on Debian 7.0, installs fine and is executable.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings