Hi,

You need to install these packages

    qtwebkit
    PyQt4-webkit

to solve your problem. I think they are not part of the official CentOS repos, so you need to look for them in external ones (like EPEL).


Cheers,
Carlos

El 27/06/15 a las 00:40, MOHD HOMAIDUR RAHMAN escribió:
Dear All

I am trying to install spyder on Centos 7, 64 bit system but it is showing the following error.

I downloaded the binary file and proceed as given in README file.

 python setup.py install

After Successfully installation, When I am try to run spyder. It is showing following error that is attached as png and after pressing Ok it is showing following error in log file and terminal both.

Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 2336, in main
    mainwindow = run_spyder(app, options, args)
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 2220, in run_spyder
    main.setup()
File "/usr/lib/python2.7/site-packages/spyderlib/spyder.py", line 748, in setup
    message=_("Spyder Internal Console\n\n"
File "/usr/lib/python2.7/site-packages/spyderlib/plugins/console.py", line 74, in __init__
    self.find_widget.set_editor(self.shell)
File "/usr/lib/python2.7/site-packages/spyderlib/widgets/findreplace.py", line 260, in set_editor
    from spyderlib.qt.QtWebKit import QWebView
File "/usr/lib/python2.7/site-packages/spyderlib/qt/QtWebKit.py", line 10, in <module>
    from PyQt4.QtWebKit import *  # analysis:ignore
ImportError: No module named QtWebKit

So after that I install PyQt4.QtWebkit and again re run same. I am getting the same error above.

Thanks
Rahman

--
You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to