I've been using the ipodder beta on
my laptop that runs GNU/Linux Debian/Sarge in the command line only mode. But over the holidays there was and update to wxpython that gets the GUI working.
This is what you need to do:
$ alien --to-deb ipodder-1.1.2-1cl.noarch.rpm
$ sudo dpkg -i ipodder_1.1.2-2_all.deb
$ export PYTHONPATH=/usr/lib/python2.3/site-packages/wx-2.5.3-gtk2-unicode:$PYTHONPATH-unicode:$PYTHONPATH
$ /opt/iPodder/iPodderGui.py
and enjoy...
[...] I can’t believe it took me so long to get this sorted out. I should have googled it earlier. This entry was post [...]
ReplyDeleteUbuntu Hoary is a little different:
ReplyDeleteDownload the 2.0 version into your home directory. You can run this as a normal user or follow the install instructions to allow other users to run the program like an application.
apt-get install libwxgtk2.5.3-python
export PYTHONPATH=/usr/lib/python2.4/site-packages/wx-2.5.3-gtk2-unicode/:$PYTHONPATH-unicode:$PYTHONPATH
./iPodderGui.py