Bug 8680 - Bad
Summary: Bad
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: BitTorrent (show other bugs)
Version: unstable
Hardware: all Linux
: P1 normal
Assignee: algor
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-18 22:02 MSK by Ivan
Modified: 2006-02-10 13:51 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan 2005-12-18 22:02:55 MSK
btdownloadgui.py
Traceback (most recent call last):
  File "/usr/bin/btdownloadgui.py", line 262, in run
    app = btWxApp(0, params)
  File "/usr/bin/btdownloadgui.py", line 249, in __init__
    wxApp.__init__(self, x)
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line
7473, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line
7125, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/bin/btdownloadgui.py", line 253, in OnInit
    d = DownloadInfoFrame(doneflag)
  File "/usr/bin/btdownloadgui.py", line 108, in __init__
    colSizer.Add(50, 50, 0, wxEXPAND)
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line
11472, in Add
    return _core_.Sizer_Add(*args, **kwargs)
TypeError: wxWindow, wxSizer, wxSize, or (w,h) expected for item
Comment 1 algor 2006-02-10 13:51:18 MSK
#8358