On Sunday 11 September 2005 15:18, Frederic wrote:
Le Dimanche 11 Septembre 2005 08:33, C. Brouerius van Nidek a écrit :
On Sunday 11 September 2005 03:35, Frederic wrote:
if you've ever tried to make iPodder running wth your Suse, here is the "small" list of requirements : · Python2.3+ · python-gtk · wxPythonGTK · libwxPythonGTK2.5_2 · pythonlib · libpython2.3 · libxml2-python · python2.3-xmms (for xmms support in python)
(snipp)
When I start with iPodder I get following info: :~> iPodder
Traceback (most recent call last): File "iPodderGui.py", line 18, in ? import wx ImportError: No module named wx
Yes it's because you don't have wxPythonGTK installed.
As root, type : apt install wxPythonGTK and try to start iPodder again
Apt downloads the list and then cannot find wxPythonGTK A google search found something like this in the answer on wxPythonGTK wxGTK-debuginfo-2.5.3.1-5.i586.rpm Is that what I need?