I already get a package of bittorrent from www.linuxpackages.net and installpkg it ,but i don't know what to do next... :cry:
thanks
btw. .py isn't a excutable file ?
Printable View
I already get a package of bittorrent from www.linuxpackages.net and installpkg it ,but i don't know what to do next... :cry:
thanks
btw. .py isn't a excutable file ?
first of all make sure that you have Python installed
use the following command
then u can run your file usingCode:$ find /var/log/packages/ |grep python
/var/log/packages/python-2.4.1-i486-1
/var/log/packages/python-demo-2.4.1-noarch-1
/var/log/packages/python-tools-2.4.1-noarch-1
or u can try changing file premissons to make it executableCode:$ python filename.py
and then run itCode:$ chmod +x filename.py
hope it heplsCode:$ filename.py
Thanks ! That's very useful. :D
anytime :D