LINUX.ORG.RU

2the_coder, но может быть кто-то ещё подскажет


0

0

Такая прога - ABC [ Yet Another Bittorrent Client ], как её запустить? Установлены Python, wxPython. На сайте ABC речь только о том, как сделать чтобы торренты подхватывались из браузера, но КАК запустить главное окно? Распаковываю .tar.gz и там - много .py файлов. Торможу, но не знаю что делать дальше. #python имя_файла.py ? Но какого??

Ларчик то просто открывался.. мля, люблю линуксные напильники..
By: weary - weary
RE: Linux installation question
2005-07-13 12:17
ok, this worked for me, on the 2.4.3 version.

1. Make sure you have installed wxpython.
If you use the gentoo distribution, type "emerge wxwidgets" to get it, for other distributions check your package system for it.

2. Fix the python code
Open "abc.py", insert before anything else the line
import sys
now save and quit
do the same for the file "abcoptiondlg.py"
(you may curse whoever left that bit out, if you like)

3. start the program opening a terminal window, changing your working directory to the extracted directory ("cd ABC-Linux-V.2.4.3") followed by:
python ./abc.py

Good luck,
weary

oh, and everytime you see an "NameError: global name 'sys' is not defined" error message appear, open up the last mentioned file before the error message, and add the "import sys" line there

eg0_dist0rti0n
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.