qtorrent

Marcin Jessa yazzy at yazzy.org
Tue Aug 9 22:05:02 GMT 2005


Hi.

There is an error in /usr/local/lib/python2.4/site-packages/pyqtorrent/torrentmain.py on line 504.
        fn = QFileDialog.getOpenFileName(None, "*.torrent")
 Needs to be replaced with:
       fn = QFileDialog.getOpenFileName("*.torrent")
Otherwise one will be unable to open any folder.

Error given then is:

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/pyqtorrent/torrentmain.py", line
504, in openFile
    fn = QFileDialog.getOpenFileName(None, "*.torrent")
RuntimeError: cannot pass None as argument 0 in this call

Cheers,
Marcin Jessa

P.S I am not subscribed to ports@ , please CC any responses to me.


More information about the freebsd-ports mailing list