View previous topic :: View next topic |
Author |
Message |
quadbox Tux's lil' helper

Joined: 11 Jun 2002 Posts: 94 Location: Brisbane, Australia
|
Posted: Sun Jul 04, 2004 10:42 am Post subject: bittornado 0.3.4 issue |
|
|
Just upgraded bittornado, and am getting the following fatal error when attempting to use it:
Code: |
miles@miles miles $ btdownloadgui.py
Traceback (most recent call last):
File "/usr/bin/btdownloadgui.py", line 125, in __init__
style = wxDEFAULT_FRAME_STYLE|wxFULL_REPAINT_ON_RESIZE)
NameError: global name 'wxFULL_REPAINT_ON_RESIZE' is not defined
Traceback (most recent call last):
File "/usr/bin/btdownloadgui.py", line 2321, in ?
run(argv[1:])
File "/usr/bin/btdownloadgui.py", line 2174, in run
_run(params)
File "/usr/bin/btdownloadgui.py", line 2177, in _run
app = btWxApp(0, params)
File "/usr/bin/btdownloadgui.py", line 2143, in __init__
wxApp.__init__(self, x)
File "/usr/lib/python2.3/site-packages/wxPython/wx.py", line 1951, in __init__
_wxStart(self.OnInit)
File "/usr/bin/btdownloadgui.py", line 2147, in OnInit
d = DownloadInfoFrame(doneflag, self.configfile)
File "/usr/bin/btdownloadgui.py", line 452, in __init__
self.exception()
File "/usr/bin/btdownloadgui.py", line 2084, in exception
self.on_errorwindow(data.getvalue())
File "/usr/bin/btdownloadgui.py", line 2090, in on_errorwindow
if self._errorwindow is None:
AttributeError: DownloadInfoFrame instance has no attribute '_errorwindow'
miles@miles miles $
|
Anyone else getting this issue/know a solution? |
|
Back to top |
|
 |
borh Tux's lil' helper

Joined: 24 Nov 2002 Posts: 89 Location: Ljubljana
|
Posted: Sun Jul 04, 2004 11:27 am Post subject: |
|
|
I get the same problem on ~amd64 when trying to run the GUI, but the curses GUI runs perfectly, so I don't mind. Seems like a wxpython / wxGTK problem to me. (On the bittornado site 0.3.4 changelog it says "still no new GUI, been working on the engine" - so most likely it will be fixed in a new version) |
|
Back to top |
|
 |
s0r0k n00b

Joined: 04 Jul 2004 Posts: 31
|
Posted: Sun Jul 04, 2004 12:45 pm Post subject: |
|
|
Yeah, btdownloadgui.py is broken, although easy to fix.
Add this to your /usr/bin/btdownloadgui.py
Code: | wxFULL_REPAINT_ON_RESIZE = 0 |
It has to be added to some other file too to make the setup dialog work, but I can't remember where, it will say the path in an error message  |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|