View Single Post
Posts: 74 | Thanked: 25 times | Joined on Jan 2010 @ Hong Kong, CHINA
#254
Originally Posted by magick777 View Post
I checked that python was indeed installed; according to dpkg it was, but no binary called 'python' to be found on the system. After some head-scratching, it turns out to be because the python binary is installed as /usr/bin/python2.5 while alarmed is looking for a binary called just python.
On my PR1.2, both /usr/bin/python and /usr/bin/python2.5 are owned (dpkg -S /usr/bin/python{,2.5}) by package python-minimal, so not sure how you got one file and not the other.