View Single Post
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#410
Originally Posted by xerxes2 View Post
Nope, if the file is executable it does not need python before sto start. Try to run "panucci" and see for yourself.
Hmm... okay. This is a new fact for me.
But perhaps you're right. This works:

Code:
cd /usr/bin/ 
./panucci
Edit:
Okay, as soon as I copy the panucci file from the git bin folder to /usr/bin/ I got this:
Code:
cd /usr/bin/ 
./panucci
: No such file or directory
I have to add, the file from git is 2222 bytes big and the original file (version 0.99 from the repos) is 4452 bytes big.

Last edited by Helmuth; 2011-03-13 at 20:59.