Name: Anonymous 2011-10-24 22:32
File "C:/Python32/BUTTFUCK", line 43, in writebars
rects[i] = Rectangle(Point(i, 0), Point(i, counts(i)))
TypeError: 'GraphWin' object is not callable
I keep getting this error. its Python 3.2 and trying to draw a bar graph with variable the counts, a list of numbers from a file. Where counts is the height of the bar. Any help?
rects[i] = Rectangle(Point(i, 0), Point(i, counts(i)))
TypeError: 'GraphWin' object is not callable
I keep getting this error. its Python 3.2 and trying to draw a bar graph with variable the counts, a list of numbers from a file. Where counts is the height of the bar. Any help?