Advertisement
Guest User

Untitled

a guest
Mar 27th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. There were problems importing the following widgets:
  2. OWC45Tree: c45 is not found
  3. OWItemsetViz: No module named OWNetworkCanvas
  4. OWRScript: No module named rpy2.robjects
  5. OWLinProj3D: No module named OpenGL
  6. OWNxExplorer3D: No module named OWNxExplorerQt
  7. OWScatterPlot3D: No module named OpenGL
  8. OWSphereviz3D: No module named OpenGL
  9. OWModelMap: No module named OWNxCanvasQt
  10. OWANOVA: 'module' object has no attribute 'Orange'
  11. OWApproxProfiles: 'module' object has no attribute 'Orange'
  12. OWDataDistance: No module named qt
  13. OWDataFiles: 'module' object has no attribute 'Orange'
  14. OWDataFilesSave: 'module' object has no attribute 'Orange'
  15. OWDataFilesSelector: 'module' object has no attribute 'Orange'
  16. OWEpistasisAnalysis: 'module' object has no attribute 'Orange'
  17. OWExampleSelector: No module named qttable
  18. (2, 'No such file or directory')
  19. OWHypTest: No module named qt
  20. OWImputeProfiles: 'module' object has no attribute 'Orange'
  21. OWNormalize: No module named numpyExtn
  22. OWProcessChipData: 'module' object has no attribute 'Orange'
  23. The following widgets could not be imported and will not be available: OWSphereviz3D, OWModelMap, OWC45Tree, OWLinProj3D, OWNxExplorer3D, OWScatterPlot3D.
  24. The following prototype widgets could not be imported and will not be available: OWItemsetViz, OWImputeProfiles, OWDataFilesSave, OWExampleSelector, OWRScript, OWANOVA, OWApproxProfiles, OWDataFiles, OWProcessChipData, OWDataFilesSelector, OWHypTest, OWEpistasisAnalysis, OWDataDistance, OWNormalize.
  25.  
  26. Unhandled exception of type IndexError occured at 8:47:44:
  27. Traceback:
  28. File: orngCanvas.pyw, line 560 in menuItemOpen
  29. Code: self.schema.loadDocument(name, freeze=0)
  30. File: orngDoc.py, line 564 in loadDocument
  31. Code: widgets = schema.getElementsByTagName("widgets")[0]
  32. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement