MatthewASimonson / r-orange

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

listBox error: NameError: global name 'ids' is not defined #508

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Orange dataset from R datasets widget
2. Clic on View Data Table widget in the tree to insert it.

What is the expected output? What do you see instead?
Expected: View Data Table widget inserted on the canvas.
Instead: No widget inserted, error produced.

REDRCORE:DEBUG : adding instance number 4_1304108219.65 name View Data Table
REDRWIDGET:DEVEL : [('http://www.google.com/search?q=%s', 'Google'), 
('http://en.wikipedia.org/w/index.php?title=Special:Search&search=%s', 
'Wikipedia'), ('http://www.google.com/search?q=%s', 'Google'), 
('http://en.wikipedia.org/w/index.php?title=Special:Search&search=%s', 
'Wikipedia')]
REDRCORE:ERROR : 

############################################################
Unhandled exception of type NameError occured at 2011-04-29 16:16:59.685000:
Traceback:
  File: orngDoc.py, line 405 in addWidget
    File: orngDoc.py, line 439 in addInstance
      File: redRObjects.py, line 246 in addInstance
        File: RDataTable.py, line 116 in __init__
          File: RDataTable.py, line 137 in setLinks
            File: listBox.py, line 112 in update
              File: listBox.py, line 141 in selectedIds
                NameError: global name 'ids' is not defined 
############################################################

Please use labels and text to provide additional information.
Since I got this error for the first time, similar errors occured when 
connecting data to widgets containing list boxes.

Original issue reported on code.google.com by sergeeti...@gmail.com on 29 Apr 2011 at 8:21

GoogleCodeExporter commented 9 years ago
fixed and updated base package on repository

Original comment by anup.parikh on 1 May 2011 at 1:35