Hi 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) Then as root ~> tar jxvf iPodder-linux-2.1.tar.bz2 ~> cd iPodder-linux ~> ./install.sh ~> chmod 644 /opt/iPodder/ipodder/players.py And you're done Fred
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)
Then as root
~> tar jxvf iPodder-linux-2.1.tar.bz2 ~> cd iPodder-linux ~> ./install.sh ~> chmod 644 /opt/iPodder/ipodder/players.py
And you're done
Dear Fred, Just what I was looking for. But my Suse 9.3 did not have the required Python stuff. The iPodder though installed without problems with the latest Python install. What I still are looking for is how to get the iPodder in the list of multimedia and how to start the thing. 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 Going to the *boing.mp3 the iPodder starts without problems.
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
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?
participants (2)
-
C. Brouerius van Nidek
-
Frederic