You are not logged in.

#1 2005-01-19 10:32:20

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Problem with Python 2.4 and bittornado?

I've installed the python 2.4 package via pacman, and bittornado 0.3.9b, which I customised for CLI use only by removing wxpython and wxgtk from depends. However, I can't run the BT commands in the usual way e.g. by typing

btdownloadcurses <options> <URL>

The response is "command not found".

If I do the following:

python /usr/bin/btdownloadcurses.py <options> <URL>

the torrent starts successfully.

I haven't had this problem on any other machine.

How do I make the bittornado scripts executable?

Offline

#2 2005-01-19 19:56:16

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Problem with Python 2.4 and bittornado?

just do:

btdownloadcurses.py some_random.torrent

you need the ".py"

Offline

#3 2005-01-20 02:00:24

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: Problem with Python 2.4 and bittornado?

Just as a note, you're talking about the bittorrent client.  Bittornado is different.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

#4 2005-01-20 03:18:44

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Problem with Python 2.4 and bittornado?

Xentac wrote:

Just as a note, you're talking about the bittorrent client.  Bittornado is different.

naw, the files are the same... the bittornado guy decided to kludge the install - that's why my bittornado package conflicts=('bittorrent')

Offline

#5 2005-01-21 11:52:43

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problem with Python 2.4 and bittornado?

OK - I'm suffering from Debianism (again....).

The Deb packages create symlinks from e.g.

btdownloadcurses -> btdownloadcurses.py

and I was too lazy to notice that!

Thanks all.

Offline

Board footer

Powered by FluxBB