You are not logged in.

#1 2007-03-03 19:40:37

dienadel
Member
Registered: 2005-12-23
Posts: 179

Qtorrent bug?

Hello, i've installed qtorrent to test it, but seems that something is "buggy". When i push the "open" botton, the following error appears in the console:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/pyqtorrent/torrentmain.py", line 447, in openFile
    fn = QFileDialog.getOpenFileName(None, "*.torrent")
TypeError: argument 1 of QFileDialog.getOpenFileName() has an invalid type

Has anyone test it?

Bye

Offline

#2 2007-03-03 20:38:35

dienadel
Member
Registered: 2005-12-23
Posts: 179

Re: Qtorrent bug?

Copied from http://lists.freebsd.org/pipermail/free … 25308.html

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")

It works

Offline

Board footer

Powered by FluxBB