On Samstag, 3. April 2010, Keyur Patel wrote: > On Sat, Apr 3, 2010 at 2:32 PM, detlev <[email protected]> wrote: > > On Samstag, 3. April 2010, Keyur Patel wrote: > > > [r...@localhost keyur]# eric4 > > > Traceback (most recent call last): > > > File "/usr/lib/python2.6/site-packages/eric4/eric4.py", line 60, in > > > <module> > > > from KdeQt.KQApplication import KQApplication > > > File "/usr/lib/python2.6/site-packages/eric4/KdeQt/__init__.py", line > > > > 20, > > > > > in <module> > > > import Preferences > > > File > > > "/usr/lib/python2.6/site-packages/eric4/Preferences/__init__.py", line > > > 26, in <module> > > > from PyQt4.QtWebKit import QWebSettings > > > ImportError: /usr/lib/libphonon.so.4: symbol > > > pa_ext_device_manager_reorder_devices_for_role, version PULSE_0 not > > > > defined > > > > > in file libpulse.so.0 with link time reference > > > > It seems, that your /usr/lib/libphonon.so.4 is not correct somehow. Did > > you compile PyQt4 yourself? If so try to compile it without Phonon > > support. I had > > a similiar issue over here. > > well heres the libphonon that I have, > > [ke...@localhost ~]$ ls -lart /usr/lib/libphonon* > -rwxr-xr-x. 1 root root 384392 2010-01-22 02:21 /usr/lib/libphonon.so.4.4.0 > -rwxr-xr-x. 1 root root 82036 2010-01-22 02:21 > /usr/lib/libphononexperimental.so.4.4.0 > -rw-r--r--. 1 root root 667 2010-03-17 20:00 /usr/lib/libphonon.prl > lrwxrwxrwx. 1 root root 18 2010-04-02 16:33 /usr/lib/libphonon.so.4 -> > libphonon.so.4.4.0 > lrwxrwxrwx. 1 root root 30 2010-04-02 16:33 > /usr/lib/libphononexperimental.so.4 -> libphononexperimental.so.4.4.0 > > > And I did not compile PyQt4 myself, just did a yum install. > So could you please tell me whats the problem here... > > > > Cannot use eric, please help getting this fixed. > > > > > > Thanks in advance, > > > > Detlev > > -- > > Detlev Offenbach > > [email protected] > > Thanks for the reply though >
Your problem is, that the Phonon library (better said the libpulse.so.0 lib) is missing a symbol. Maybe you have to update it. Detlev -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
