View Single Post
nicolai's Avatar
Posts: 1,637 | Thanked: 4,424 times | Joined on Apr 2009 @ Germany
#8
You can not set the executable bit on files
in /home/user/MyDocs
chmod a+x SetPresence.py can not work

Move the file to your home folder
mv /home/user/MyDocs/SetPresence.py /home/user/
chmod u+x /home/user/SetPresence.py

regards
Nicolai
 

The Following User Says Thank You to nicolai For This Useful Post: