Results 1 to 4 of 4
I already get a package of bittorrent from www.linuxpackages.net and installpkg it ,but i don't know what to do next...
thanks
btw. .py isn't a excutable file ?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-01-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 4
How to install bittorrent in Slackware ?
I already get a package of bittorrent from www.linuxpackages.net and installpkg it ,but i don't know what to do next...
thanks
btw. .py isn't a excutable file ?
- 07-01-2005 #2Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
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
- 07-03-2005 #3Just Joined!
- Join Date
- Jun 2005
- Posts
- 4
Thanks ! That's very useful.
- 07-03-2005 #4Just Joined!
- Join Date
- Nov 2004
- Location
- WGS84 phi = 45 48 31.7 lambda = 15 57 49.0
- Posts
- 65
anytime


Reply With Quote
