MatthewASimonson / r-orange

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

signal error #527

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
REDRCORE:CRITICAL : 

############################################################
Unhandled exception of type KeyError occured at 2011-06-17 14:04:49.438541:
Traceback:
  File: orngView.py, line 255 in mousePressEvent
  Code: activeItem.setSelected(1) # set the active widget to be selected
    File: orngCanvasItems.py, line 325 in setSelected
    Code: compat = redRObjects.getCompatibleWidgets(self)
      File: redRObjects.py, line 163 in getCompatibleWidgets
      Code: if o not in _widgetRegistry['signals'] or o == '': continue
        KeyError: 'signals' 
############################################################

REDRCORE:INFO : Error data posted to the server

Original issue reported on code.google.com by kylecovi...@gmail.com on 17 Jun 2011 at 7:06

GoogleCodeExporter commented 9 years ago
seems a problem of signals not being in the registry. 

Code looks fine.

Original comment by kylecovi...@gmail.com on 18 Jun 2011 at 3:10