Guy
2015-02-16 10:08:39 UTC
Hello,
i just installed the guiqwt2.3.1 and have a problem to run the basic
following script:
import guiqwt.pyplot as plt # only this line has changed!
import numpy as np
x = np.linspace(-10, 10)
plt.plot(x, x**2, 'r+')
plt.show()
after trying to Run, i got the error message:
from PyQt4.Qwt5 import (QwtPlot, QwtSymbol, QwtLinearScaleEngine,
ImportError: No module named Qwt5
how can i fix it?
Thanks,
Guy
i just installed the guiqwt2.3.1 and have a problem to run the basic
following script:
import guiqwt.pyplot as plt # only this line has changed!
import numpy as np
x = np.linspace(-10, 10)
plt.plot(x, x**2, 'r+')
plt.show()
after trying to Run, i got the error message:
from PyQt4.Qwt5 import (QwtPlot, QwtSymbol, QwtLinearScaleEngine,
ImportError: No module named Qwt5
how can i fix it?
Thanks,
Guy
--
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "guidata/guiqwt" group.
To unsubscribe from this group and stop receiving emails from it, send an email to guidata_guiqwt+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.