![]() |
What happened to libQtWebKit?
Had a working Python app that I have not changed = compiled in about a week. Now I get the following error running it:
ImportError: libQtWebKit.so.4: cannot open shared object file: No such file or directory Same regardless of whether I use PyQt or PySide bindings. Anyone know who broke what? |
Re: What happened to libQtWebKit?
Reinstall libqt4-webkit and python2.5-qt4-webkit?
|
Re: What happened to libQtWebKit?
Interesting, python2.5-qt4-webkit depends on libqt4-webkit, so you couldn't remove it without removing the bindings themselves... would be good to see what "dpkg -l |grep webkit" says before you embark on a reinstall rampage
|
Re: What happened to libQtWebKit?
dpkg -l | grep webkit
Code:
i libqt4-webkit 4.6.2~git20100401-0maemo1+0m5 Qt 4 WebKit module Code:
/opt/lib/libQtWebKit.so.4.6.2 |
Re: What happened to libQtWebKit?
Forgot to mention that the only Qt-related updates in the past month have been to the "PyQt4 Full Install" (versions 4.7.5-maemo1 and maemo0, I think).
|
Re: What happened to libQtWebKit?
dpkg -L cats a list of files from /var/lib/dpkg/info/*.list, so it's not really useful, check if the files really exist in /usr/lib
|
Re: What happened to libQtWebKit?
Interesting:
Code:
usr/lib $ ls libQtWeb* Would you recommend recreating a link pointing to 4.6.2, or rather doing a reinstall? |
Re: What happened to libQtWebKit?
Quote:
Code:
apt-get --reinstall install libqt4-webkit |
Re: What happened to libQtWebKit?
Thanks, reinstall helped, although it did not fix the broken libQtWebKit.so link. Is it used for something?
|
Re: What happened to libQtWebKit?
Where is libQtWebKit.so* pointing to?
|
All times are GMT. The time now is 11:10. |
vBulletin® Version 3.8.8