LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   iPodder - Fedora Core 3 (https://www.linuxquestions.org/questions/linux-software-2/ipodder-fedora-core-3-a-339376/)

athens101 07-02-2005 12:13 PM

iPodder - Fedora Core 3
 
Has anyone managed to get iPodder working under Fedora Core 3?

I get
" import wx
ImportError: No module named wx"

When I try to start the app. I did a yum search for wx and installed everything python/GTK related. Tried once more and same error.

I built wxpython from source and installed it after that. Still same error :(

dr_zayus69 07-03-2005 09:49 PM

i've gotten that error before as well. didn't find out how to fix it but figured i'd chime in for moral support. I installed something but can't remember what to get rid of that error but all i ended up doing was creating a lot more errors.

athens101 07-04-2005 03:29 PM

1. $ rpm -qa | grep py
and make sure you see the following packages:
python-2.3.4-13.1
libxml2-python-2.6.16-3
pygtk2-2.4.1-fc3.1
pygtk2-devel-2.4.1-fc3.1
python-devel-2.3.4-13.1
If not, you must install them before continuing. If you use yum, the following command will help you install those packages:

# yum install python python-devel
# yum install libxml2-python
# yum install pygtk2 pygtk2-devel

2. iPodder requires wxPython 2.5 but unfortunately the version of wxPython package provided along with FC3 (and even FC4) is 2.4. This caused the ugly error "AttributeError: 'module' object has no attribute 'PyEventBinder'" many people had encoutered. Note that iPodder requires wxPython 2.5 so the latest release from http://www.wxpython.org (version 2.6) doesnt work either (this caused the error "no module wx" when you install the wxpython 2.6 RPM packages downloading from wxpython.org). Following below steps to install wxPython 2.5 (they are fc2 packages but dont worry):

$ wget http://jaist.dl.sourceforge.net/sour...py2.3.i386.rpm
$ wget http://jaist.dl.sourceforge.net/sour...py2.3.i386.rpm
$ wget http://jaist.dl.sourceforge.net/sour...py2.3.i386.rpm

# rpm -Uvh wxPython-common-gtk2-unicode-2.5.5.1-1_py2.3 wxPython2.5-gtk2-unicode-2.5.5.1-1_py2.3 wxPython2.5-devel-gtk2-unicode-2.5.5.1-1_py2.3

Of course, you can download the wxPython source, build and install instead of using RPM packages.

3. iPodder RC3 requires python-xmms which is not provided in FC3. Fortunately, I found a RPM package of python-xmms at DAG repository.

$ wget http://dag.wieers.com/packages/pytho...c3.rf.i386.rpm
# rpm -Uvh python-xmms-2.04-1.1.fc3.rf.i386.rpm

4. Okay, the prerequisites are now fully satisfied. You can download iPodder RC3 and follow the INSTALL.linux to install iPodder.

This will get iPodder up and running in FC3!

All your Athens are bleong to us! http://Athens101.com


All times are GMT -5. The time now is 01:41 AM.