What are these libraries. They are missing in SVN r-orange. It is part of r-orange or other package?
~~~~~
from libraries.base.qtWidgets.textEdit import textEdit as redRtextEdit
from libraries.base.qtWidgets.button import button as redRbutton
from libraries.base.qtWidgets.groupBox import groupBox as redRgroupBox
from libraries.base.qtWidgets.widgetLabel import widgetLabel as redRwidgetLabel
from libraries.base.qtWidgets.widgetBox import widgetBox as redRwidgetBox
~~~~~
>python -u "redRWidgetGUI.py"
Traceback (most recent call last):
File "redRWidgetGUI.py", line 8, in
from libraries.base.qtWidgets.textEdit import textEdit as redRtextEdit
ImportError: No module named libraries.base.qtWidgets.textEdit
>Exit code: 1 Time: 0.078
>python -u "redRWidgetGUI.py"
Traceback (most recent call last):
File "redRWidgetGUI.py", line 9, in
from libraries.base.qtWidgets.button import button as redRbutton
ImportError: No module named libraries.base.qtWidgets.button
>Exit code: 1 Time: 0.076
This is might be the cause of segment faulting in Linux.
Noli
Disregard this posting, libraries are in libraries\base\qtWidgets folder.