You are right. Apparently, support for QtWebkit was dropped and bindings for Python went missing since then.
http://pkgs.org/centos-6-rhel-6/centos-rhel-i386/PyQt4-4.6.2-8.el6.i686.rpm.html Suggestions for getting Spyderlib to work for EL6 are warmly welcome. Any successful report ? Thank you very much for your help. Ghis On Dec 4, 8:41 pm, Pierre Raybaut <[email protected]> wrote: > 2011/12/3 Ghislain Vaillant <[email protected]>: > > > > > > > > > > > Hey guys, > > > Tried to install spyderlib v2.0.12 on my SL6.1 64 bits system, as the > > requirements (PyQt, python-sphinx, pylint, pyflakes) can be fulfilled > > with extra packages from EPEL. Building and installing from the > > setup.py script in the source directory went fine. However spyderlib > > does not start, giving the following error message in the CLI: > > > Traceback (most recent call last): > > File "/usr/bin/spyder", line 2, in <module> > > from spyderlib import spyder > > File "/usr/lib/python2.6/site-packages/spyderlib/spyder.py", line 60, > > in <module> > > from spyderlib.plugins.inspector import ObjectInspector > > File "/usr/lib/python2.6/site-packages/spyderlib/plugins/ > > inspector.py", line 29, in <module> > > from spyderlib.widgets.browser import WebView > > File "/usr/lib/python2.6/site-packages/spyderlib/widgets/browser.py", > > line 11, in <module> > > from spyderlib.qt.QtWebKit import QWebView, QWebPage > > File "/usr/lib/python2.6/site-packages/spyderlib/qt/QtWebKit.py", > > line 10, in <module> > > from PyQt4.QtWebKit import * > > ImportError: No module named QtWebKit > > > which suggests a missing python binding for QtWebkit although I > > installed it and its devel package from EPEL (qtwebkit-2.1.1-1 and > > qtwebkit-devel-2.1.1-1). > > > Any ideas ? Has anybody been successful in getting Spyder to work on > > an EL6 config ? > > Hi, > > This sounds like the PyQt package you have installed was not built > with QtWebKit Python bindings. > You should check with the package maintainer. > > HTH, > Pierre > > > > > > > > > Cheers, > > Ghis > > > -- > > You received this message because you are subscribed to the Google Groups > > "spyder" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/spyderlib?hl=en. -- You received this message because you are subscribed to the Google Groups "spyder" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/spyderlib?hl=en.
