Joey Hess <[EMAIL PROTECTED]> writes:

> Package: ipodder
> Version: 2.1.9-4
> Severity: serious
>
> [EMAIL PROTECTED]:~>ipodder
> Traceback (most recent call last):
>   File "/usr/share/ipodder/iPodderGui.py", line 44, in ?
>     import gui.iPodderWindows
>   File "/usr/share/ipodder/gui/iPodderWindows.py", line 21, in ?
>     import listctrl  as  listmix
>   File "/usr/share/ipodder/gui/listctrl.py", line 296, in ?
>     EVT_DOPOPUPMENU = wx.PyEventBinder(wxEVT_DOPOPUPMENU, 0)
> AttributeError: 'module' object has no attribute 'PyEventBinder'
>
> If I comment out the problimatic line, I'm right back to the SplashScreen
> bug:
>
> [EMAIL PROTECTED]:~>ipodder
> [<class 'ipodder.players.XMMSPlayer'>, <class 'ipodder.players.NoPlayer'>]
> Traceback (most recent call last):
>   File "/usr/share/ipodder/iPodderGui.py", line 159, in ?
>     class MySplashScreen(wx.SplashScreen):
> AttributeError: 'module' object has no attribute 'SplashScreen'
>
> If I edit that file to remove all mentions of splash screens, it dies with
> this error:
>
> [EMAIL PROTECTED]:~>ipodder
> [<class 'ipodder.players.XMMSPlayer'>, <class 'ipodder.players.NoPlayer'>]
> Traceback (most recent call last):
>   File "/usr/share/ipodder/iPodderGui.py", line 173, in ?
>     class iPodderStatusBar(wx.StatusBar):
> AttributeError: 'module' object has no attribute 'StatusBar'
>
> At this point I sorta gave up..

Do you have anything wxgtk2.4/python related installed? I remember
that in earlier versions of my package there was a bug related to
that.

Cheers,
-Hilko


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to