Skip site navigation (1)Skip section navigation (2)
Date:      25 Jan 2003 15:22:08 +1030
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        Hunter Peress <hfastjava@yahoo.com>
Cc:        chat@freebsd.org, current@freebsd.org, bMAH@freebsd.org
Subject:   Re: FreeBSD port of BitTorrent is done. Help test
Message-ID:  <1043470327.85148.153.camel@chowder.dons.net.au>
In-Reply-To: <20030124194539.50663.qmail@web41308.mail.yahoo.com>
References:  <20030124194539.50663.qmail@web41308.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 2003-01-25 at 06:15, Hunter Peress wrote:
> http://www.thiago.joi.com.br/andre/bittorrent.html
> 
> Basically, all that is required to minimally get things running is that you have
> python2.2 available in your ports tree. (for X GUI u'll need wxpython2.3 for
> python2.2 (which the package DOESNT require), but there are still 2 nice command
> line interfaces: btdownloadheadless.py, and btdownloadcurses.py).


A few suggestions..
 - Install the executables without the .py extension
 - Dynamically generate pkg-message and substitute PREFIX

Also, the curses version bails with..
Traceback (most recent call last):-----------------------------------------------------------
  File "/usr/local/bin/btdownloadcurses.py", line 167, in ?
    run(argv[1:])
  File "/usr/local/bin/btdownloadcurses.py", line 115, in run
    download(params, d.chooseFile, d.display, d.finished, d.error, Event(), fieldw)
  File "/usr/local/lib/python2.2/site-packages/BitTorrent/download.py", line 88, in download
    errorfunc('arguments are -\n' + formatDefinitions(defaults, cols))
  File "/usr/local/bin/btdownloadcurses.py", line 67, in error
    self.display()
  File "/usr/local/bin/btdownloadcurses.py", line 98, in display
    fieldwin.addstr(7 + i, 0, self.errors[i], curses.A_BOLD)
_curses.error: addstr() returned ERR

________________________________________________________________________
-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 9A8C 569F 685A D928 5140  AE4B 319B 41F4 5D17 FDD5


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1043470327.85148.153.camel>