MatthewASimonson / r-orange

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

plot.py, object has no attribute 'widgetID' #516

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
trunk, revision 1313
1.R Datasets: datasets, Orange
2.Row Col Selection: select age and circumference
3.Generic plot
4.Linear model circumference~age
5.Connect lm plot attributes to plot layers of previous generic plot

What is the expected output? What do you see instead?
############################################################
Unhandled exception of type AttributeError occured at 2011-05-03 
13:23:37.451000:
Traceback:
  File: redRSignalManager.py, line 255 in _handleSignal
  Code: handler(value, self.parent.widgetID)
    File: plot.py, line 45 in processLayer
    Code: self.plotAttributes[id.widgetID] = data.getData()
      AttributeError: 'unicode' object has no attribute 'widgetID' 
############################################################

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 5:35

GoogleCodeExporter commented 9 years ago
minor error in the plot.py widget using widgetID instead of the id itself.

Original comment by kylecovi...@gmail.com on 6 Jun 2011 at 3:36