google-code-export / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 1 forks source link

ImportError: No module named Qwt5 #513

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Reload widgets of revision 1311

What is the expected output? What do you see instead?
REDRCORE:WARNING : 

############################################################
Unhandled exception of type ImportError occured at 2011-05-03 10:34:11.847000:
Traceback:
  File: redRGUI.py, line 125 in registerQTWidgets
  Code: c = forname('libraries.%s.qtWidgets.%s' % (package,guiClass),guiClass)
    File: redRGUI.py, line 103 in forname
    Code: module = __import__(modname, globals(), locals(),classname)
      File: redRGraph.py, line 5 in <module>
      Code: from PyQt4.Qwt5 import *
        ImportError: No module named Qwt5 
############################################################

Please use labels and text to provide additional information.

Original issue reported on code.google.com by sergeeti...@gmail.com on 3 May 2011 at 2:38

GoogleCodeExporter commented 9 years ago
User should install pyqwt5.  For linux systems there should be instructions on 
the Red-R Downloads website.

Original comment by kylecovi...@gmail.com on 3 May 2011 at 2:59