sarge includes wxpython 2.4. that should work. if you search (e.g. in
synaptic) for 'wx' you should find a result (called something like
wxpython or python-wxgtk)
OK. Now I get :
basement:/usr/bin# iPodder
Traceback (most recent call last):
File "iPodderGui.py", line 41, in ?
import gui.iPodderWindows
File "/opt/iPodder/gui/iPodderWindows.py", line 21, in ?
import listctrl as listmix
File "/opt/iPodder/gui/listctrl.py", line 296, in ?
EVT_DOPOPUPMENU = wx.PyEventBinder(wxEVT_DOPOPUPMENU, 0)
AttributeError: 'module' object has no attribute 'PyEventBinder'
Argggg...why can this not be more straightforward??Traceback (most recent call last):
File "iPodderGui.py", line 41, in ?
import gui.iPodderWindows
File "/opt/iPodder/gui/iPodderWindows.py", line 21, in ?
import listctrl as listmix
File "/opt/iPodder/gui/listctrl.py", line 296, in ?
EVT_DOPOPUPMENU = wx.PyEventBinder(wxEVT_DOPOPUPMENU, 0)
AttributeError: 'module' object has no attribute 'PyEventBinder'
What do I need to do now??
Thanks.
Roger