 |
 |
| Does not work *sigh* |
 |
 |
By nutela - Posted on August 3, 2005 - 07:05:21 (#17389)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
baron@:~# /boot/apps/BitTorrent/BT-BeOS
Traceback (most recent call last):
File "/boot/apps/BitTorrent/BT-BeOS.py", line 61, in ?
class DownloadInfoFrame(BWindow):
TypeError: cannot create 'builtin_function_or_method' instances
----------------------
Used the python package below.
Nutela at nurfuerspam dot de
|
|
| app http://www.bebits.com/app/3393 doesn't exist |
 |
 |
By nutela - Posted on August 3, 2005 - 03:27:28 (#17384)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
no python there, tried Beshare, got 2.2.2 + bethon 0.4.2 that's the one? Hope it works
|
|
| Re: Bittornado |
 |
 |
By gmiranda - Posted on May 28, 2005 - 10:15:10 (#16738)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
IIRC, Bittornado uses wxPython, and that needs glib and gtk+. Hell, we need an updated client!
|
|
| Bit Tornado |
 |
 |
By zuMi - Posted on May 27, 2005 - 04:21:32 (#16734)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
I heard on beshare that Andrew Bachman had ported it using python and bephyton but I haven't tried...
|
|
| Java first... |
 |
 |
By kraton. - Posted on May 27, 2005 - 02:51:30 (#16731)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Thanks for the info, I surely 100% agree with you. Java should be finished first...
|
|
| New Version... sorta |
 |
 |
By looncraz - Posted on May 26, 2005 - 11:38:07 (#16729)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Bryan Varner was working on a new BitTorrent client, not too sure about how far he has managed with the new client, but I'd rather see his blood and sweat all over Java for now :-)
--The loon
(Yes, still around... in the shadows...)
|
|
| New Version soon? |
 |
 |
By kraton. - Posted on May 26, 2005 - 04:00:02 (#16728)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Will there be a new version soon?
|
|
| Re: openssl |
 |
 |
By mmu_man - Posted on December 3, 2004 - 00:44:13 (#14939)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
libpak is definitely doing bad things. Now I know where that libssl.so.9.7 was coming from :D
NeoSP1 will fix that hopefully :)
|
|
| Heh |
 |
 |
By Soulbender - Posted on December 2, 2004 - 21:27:14 (#14938)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
You misunderstood me, moooooooo. I think your port is doing the right thing and libpak the wrong thing.
|
|
| happy to transfer openssl |
 |
 |
By moooooooo - Posted on December 2, 2004 - 07:34:38 (#14936)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
if you want to maintain OpenSSL i'll gladly transfer ownership over to you.
I'm busy until end of January doing a Zeta port of something (can't say) and my contributions to TikiPro http://www.tikipro.org/ and to Yoper Linux http://www.yoper.com/
And then there's that thing called "my job" ;-)
Feel free to email me on the link above.
cheers
peter
|
|
| RE: huh? |
 |
 |
By Soulbender - Posted on December 2, 2004 - 00:07:13 (#14934)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Most likely you have the "wrong" OpenSSL libraries.
BONE Python is linked against Peter Moore's OpenSSL
port. If you installed OpenSSL from libpak you need
to create a symlink from openssl.so to openssl.so.9.7 (or something, I'm not on a beos box right know and I cant remember the exact name of the versioned lib).
|
|
| Hehe |
 |
 |
By looncraz - Posted on December 1, 2004 - 23:19:30 (#14933)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
You need Python, the absolute latest Bethon you can get.
Hop onto BeShare and search for Python2.2+Bethon+PyGame
Intall, and it will work like a charm.
--The loon
|
|
| huh? |
 |
 |
By Deathburger - Posted on December 1, 2004 - 22:42:30 (#14932)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
$ BT-BeOS
Traceback (most recent call last):
File "BT-BeOS.py", line 35, in ?
from BitTorrent.download import download
File "/boot/apps/BitTorrent/BitTorrent/download.py", line 4, in ?
from zurllib import urlopen
File "/boot/apps/BitTorrent/BitTorrent/zurllib.py", line 11, in ?
from urllib import *
File "/boot/home/config/lib/python2.2/urllib.py", line 26, in ?
import socket
File "/boot/home/config/lib/python2.2/socket.py", line 41, in ?
from _socket import *
ImportError: Unknown error loading /boot/home/config/lib/python2.2/lib-dynload/_socket.so
The file exists. Python 2.2.2 w/ Bethon from http://www.bebits.com/app/2206
5.0.3 + BONE
|
|
| problem |
 |
 |
By sikosis - Posted on November 14, 2004 - 07:24:41 (#14735)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Hi,
I have the following issue when running BT-BeOS.
Any ideas what this means ?
$ BT-BeOS
Traceback (most recent call last):
File "BT-BeOS.py", line 7, in ?
import BApplication
ImportError: Unknown error loading /boot/home/config/lib/python2.2/plat-beos5/BApplicationmodule.so
|
|
| Re: Error |
 |
 |
By edmundf - Posted on September 16, 2004 - 02:40:28 (#14208)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Hi Pete,
Thanks for helping, to start with your last:" Everything I said is in included readme too, btw" At least that explain why I don't understand it this time either :-)
Where do I find a .torrent file?? Do I go there with Net+ or
Mozilla? Are there "servers" known or how do I find anything?
|
|
| Re: Error |
 |
 |
By Pete - Posted on September 15, 2004 - 15:20:53 (#14205)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Don't just start the Bittorent program, only once to let it register to BeOS' mime types database.
You have to get a *.torrent file from the web or elsewhere - doubleclick that and the Bittorrent program (with the nice GUI on BeOS) will start with that as argument. Next, with the filerequester window, select the folder where the download should go, and it will start if everything with your torrent file is OK. You can resume downloads by selecting that parent folder again.
Everything I said is in included readme too, btw.
Happy torrin' !
|
|
| ERROR ( time ) |
 |
 |
By edmundf - Posted on September 15, 2004 - 13:46:15 (#14204)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
OK I installed Python, Bethon, Readline library and Bittorrent.
After clicking the icoon I get the same window as in the screen capture, but with the following :
ERROR (08:44 PM) -
arguments are -
--max_uploads <arg>
the maximum number of uploads to allow at once. (defaults to 4)
--keepalive_interval <arg>
number of seconds to pause between sending keepalives (defaults to 120.0)
I didn't see anything to configure, what is wrong here?
Thanks
|
|
| German Instructions |
 |
 |
By Zelect.com - Posted on July 26, 2004 - 20:03:45 (#13596)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
BitTorrent - german translation by Lelldorin 2004
These instructions will be added to install package with the next version.
BitTorrent Download Benutzeroberfläche für BeOS (BT-BeOS) v1.0.0 alpha 4
Diese Benutzeroberfläche ermöglicht es, Dateien die zum download angeboten werden, schnell zu laden (BitTorrent = Sturzbach). Grundlegend ist dies eine Methode genannt "download swarm" (in einem Schwarm runterladen). Diese Methode sorgt dafür das Ihr Download schneller wird, wenn viele Benutzer die gleiche Datei laden wie Sie.
INSTALLATION.
Gehen Sie sicher das sie folgende Programme auf ihre System installiert haben, an sonsten werden Sie Probleme haben, BitTorrent zum laufen zu bekommen.
1. Python 2.2.2 (Nutzen Sie die Version von folgender Quelle: http://www.bebits.com/app/3393, da dies eine bekannte Version ist, die alle nötigen Vorraussetzungen für die Funktion von BitTorrent mitbringt. Ausserdem ist in dieser Version Bethon intregiert).
2. Wenn Sie nicht die oben genannte Version benutzen, gehen Sie sicher das sie Bethon installiert haben (http://www.bebits.com/app/1564).
3. readline.so (Library - Bibliothek): Diese Bibliothek ist nicht zwingend erforderlich, aber BitTorrent wird nicht funktionieren, wenn diese nicht installiert ist. Der Grund dafür ist, dass dieses Programm eine C++ Umgebung hat, die auf die Bibliothek (library) libpython.so verlinkt.
Nach der Installation aller nötigen Pakete, führen Sie einen Doppelklick auf dem Programm Icon aus. Dadurch wird das programm in der MIMI Database (Dateiarchiv) registriert. Jetzt können Sie mit einem Doppelklick alle .torrent Dateien auswählen oder als eine Hilfsdatei für den Mozilla verwenden.
Beim starten des Programms werden Sie nach einem Verzeichnis oder Ort gefragt, an dem Sie die ausgewählte Datei ablegen möchten. Vorrausgesetzt das BFilePanel funktioniert.
1. Wenn Sie einen download starten, wählen sie ein Verzeichnis (directory, folder) und drücken auf Open. BitTorrent wird dann das von ihnen angegebene Verzeichnis für die Ablage der Datei benutzen.
2. Wenn Sie bereits eine teilweise geladenen Datei besitzen, wählen Sie downloaded und drücken Open. Dadurch wird der Download (Datentransfer) fortgesetzt.
3. Wenn Sie einen teilweise geladenen Ordner haben, wählen Sie das Hautverzeichnis des BitTorrent und der Download wird fortgesetzt.
Bekannte Fehler (BUGs)
Das Programm stürzt teilweise beim beenden ab. Dies scheint ein Fehler des Bethon zu sein.
Senden Sie Ihre Probleme und Fehler in englisch an bga@bug-br.org.br. oder auf Deutsch an chaos@zelect.com
|
|
| german translation of BitTorrent ReadMe file |
 |
 |
By lelldorin - Posted on July 25, 2004 - 09:17:21 (#13566)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
please include this german translation of the BitTorrent ReadMe document into your project package.
get it at other reviews
|
|
| A new version of Bt-BeOS is near. |
 |
 |
By Zelect.com - Posted on June 6, 2004 - 16:51:10 (#12748)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
I have read your comment about the new protocol. We have it running here and will update this application very soon.
ATM there is an exit bug that makes BT crash when closing. Altough this is not detrimental to the functionality it is rather annoying.
Stay tuned.
ChaOS
|
|
| You're welcome |
 |
 |
By brian68 - Posted on March 11, 2004 - 23:46:27 (#11428)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
FYI, there is a newer version available. I'm not sure what mods may have been made to the BeOS version, but it should be possible to bring this app up to v3.3.
|
|
| Works Thanks |
 |
 |
By Jess - Posted on March 11, 2004 - 19:14:24 (#11427)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
|
| Try this (2206) |
 |
 |
By brian68 - Posted on March 11, 2004 - 12:50:16 (#11423)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
I knew this had come up before. See if this works for you: http://www.bebits.com/talkback/3093#9366
|
|
| Yes I should be |
 |
 |
By Jess - Posted on March 11, 2004 - 10:53:01 (#11422)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
He has links to the phython & readline apps, the python link fails so I just searched for python on Bebits & grabbed the most recent that had the bethon stuff with it. 3393 just redirects to bebits.com so I figure it's gone or was a typo. I'm using Phython 2.2.2 & Bethon 0.4.2 from ToddB BeBits app 3093. Due to the similar numbers I'd say the torrent author just typeo'd the "30" about the python package to use.
|
|
| versions |
 |
 |
By brian68 - Posted on March 10, 2004 - 20:33:26 (#11412)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Are you using the version of Python the author suggests: 2.2.2 w/Bethon?
|
|
| doesn't work- any ideas? |
 |
 |
By Jess - Posted on March 10, 2004 - 16:00:03 (#11409)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Traceback (most recent call last):
File "/boot/apps/BitTorrent/BT-BeOS.py", line 61, in ?
class DownloadInfoFrame(BWindow):
TypeError: cannot create 'builtin_function_or_method' instances
|
|
| A fix to the zlib error |
 |
 |
By chaosDNA.com - Posted on June 9, 2003 - 11:53:47 (#7629)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Some ppl seem to have problems with zlib and BitTorrent, probably because of some broken lib or link.
Here is the fix: go to http://chaosdna.com/mirror/L/libz.so and put that file into /boot/home/config/lib
Still having problems? find me at beshare.tycomsystems.com as ChaOS or write to chaosdna@shaw.ca.
Cheers! ChaOS
|
|
| Doesn't start inspite of all libs present |
 |
 |
By pirx - Posted on May 31, 2003 - 23:30:05 (#7512)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
Here is what happens:
Q U O T E
Welcome to the BeOS shell.
/boot/apps/BitTorrent>BT-BeOS
Traceback (most recent call last):
File "BT-BeOS.py", line 35, in ?
from BitTorrent.download import download
File "/boot/apps/BitTorrent/BitTorrent/download.py", line 4, in ?
from zurllib import urlopen
File "/boot/apps/BitTorrent/BitTorrent/zurllib.py", line 13, in ?
from gzip import GzipFile
File "/boot/home/config/lib/python2.2/gzip.py", line 9, in ?
import zlib
ImportError: Unknown error loading /boot/home/config/lib/python2.2/lib-dynload/zlib.so
/boot/apps/BitTorrent>
U N Q U O T E
Thanks in advance for helping out.
Best
Thomas
|
|
| doesn't work :/ |
 |
 |
By micronuke2 - Posted on May 31, 2003 - 04:48:41 (#7504)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
when i try to start it, i always get this:
$ /boot/apps/BitTorrent/BT-BeOS
Traceback (most recent call last):
File "/boot/apps/BitTorrent/BT-BeOS.py", line 35, in ?
from BitTorrent.download import download
File "/boot/apps/BitTorrent/BitTorrent/download.py", line 4, in ?
from zurllib import urlopen
File "/boot/apps/BitTorrent/BitTorrent/zurllib.py", line 13, in ?
from gzip import GzipFile
File "/boot/home/config/lib/python2.2/gzip.py", line 9, in ?
import zlib
ImportError: Unknown error loading /boot/home/config/lib/python2.2/lib-dynload/zlib.so
|
|
| complete package |
 |
 |
By marcone - Posted on May 27, 2003 - 09:44:29 (#7456)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
"This is a COMPLETE package"
Except it doesn't include the required python library and the required readline library...
|
|
| Sugestão para melhoria. |
 |
 |
By nom4d3 - Posted on May 18, 2003 - 19:59:29 (#7353)
Current version when comment was posted: 3.2.1-a4 GUI Complete |
 |
 |
e ae BGA blz?!
eh o seguinte seria interessante se na visualizacao dos downloads, tivesse mais algumas informacoes do tipo:
- qts KB jah foram baixados
- qts KB faltam
- e se possivel, qts lugares ele ta pegando...
[]'s
|
|
| Partial Success |
 |
 |
By InactiveX - Posted on April 28, 2003 - 11:36:20 (#7089)
Current version when comment was posted: 3.2.1 BePkg |
 |
 |
It seems as though the .torrent files need very simple filenames, with no no alphanumeric characters.
Also, I keep just getting "Problem connecting to tracker - timeout exceeded"
I will keep trying though! Thanks ChaosDNA.
|
|
| awesome! |
 |
 |
By mariux123 - Posted on April 24, 2003 - 13:58:50 (#7032)
Current version when comment was posted: Current CVS (2003-04-23) |
 |
 |
awesome, nice to see this program for BeOS aswell!
|
|
| Microwave Instructions |
 |
 |
By chaosDNA.com - Posted on April 24, 2003 - 11:44:35 (#7030)
Current version when comment was posted: Current CVS (2003-04-23) |
 |
 |
Sites to get download links to initiate a torrent: Torrentse.cx suprnova.org and many more.
Download a torrent file (includes checksums etc), open a terminal, cd to bittorrent app, type: "python btdownloadheadless.py /PATH TO TORRENT FILE/TORRENT FILE"
Note: upon launch of a download BitTorrent will create a target file the size of the final download. Initiating multiple downloads will quickly use up space. For now you can run multiple instances of BitTorrent in multiple terminals.
Stay tuned for instructions on my site. http://chaosdna.com/
ChaOS
|
|
| nice, but how the hell to use it??? |
 |
 |
By emwe - Posted on April 24, 2003 - 11:19:15 (#7029)
Current version when comment was posted: Current CVS (2003-04-23) |
 |
 |
so, what do we need to do to share/get files?
is there at least something like a console-gui?
( native beos gui in progress? )
a small introductory tutorial covering on how to
get BitTorrent working explained for n00bs would
be really nice!
thx! michael
|
|
|
|
|