Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VoIP and SIP module error

I am trying to run a basic code and keep getting the following error:

from pylab import*

File "C:\Python27\lib\site-packages\pylab.py", line 1 from matplotlib.pylab import *

File "C:\Python27\lib\site-packages\matplotlib\pylab.py", line 264 from matplotlib.pyplot import *

File "C:\Python27\lib\site-packages\matplotlib\pyplot.py", line 95 new_figure_manager, draw_if_interactive, _show = pylab_setup()

File "C:\Python27\lib\site-packages\matplotlib\backends__init__.py", line 25, in pylab_setup globals(),locals(),[backend_name])

File "C:\Python27\lib\site-packages\matplotlib\backends\backend_qt4agg.py", line 12 from backend_qt4 import QtCore, QtGui, FigureManagerQT, FigureCanvasQT,\

File "C:\Python27\lib\site-packages\matplotlib\backends\backend_qt4.py", line 23 from qt4_compat import QtCore, QtGui, _getSaveFileName, version

File "C:\Python27\lib\site-packages\matplotlib\backends\qt4_compat.py", line 36 import sip

Import Error: No module named sip

What is the reason for the sip mudule being imported and how do I fix the error? Thanks



This thread was automatically locked due to age.