On Thu, Dec 08, 2005 at 10:05:05AM +1300, Wilbert Knol wrote: > > > I'm pleased to announce the twenty-seventh development release of > > PythonCAD > > Downloaded in 5 seconds with Subversion....great tool! > > A minor quirk: having started the program, I changed the dimension > marker from 'none' to 'arrow'. I then drew a circle and attempted to > add a radial dimension to the circle. The operation failed: > > [EMAIL PROTECTED] pythoncad]$ /usr/local/bin/gtkpycad.py > Traceback (most recent call last): > File "/home/wk/pythoncad/PythonCAD/Interface/Gtk/gtkimage.py", line 134, in > da_general_event > event, _tool) > File > "/home/wk/.subversion/pythoncad/PythonCAD/Interface/Gtk/gtkdimension.py", > line 219, in radial_text_button_press_cb > File > "/home/wk/.subversion/pythoncad/PythonCAD/Interface/Gtk/gtkdimension.py", > line 100, in add_dimension > File "/home/wk/pythoncad/PythonCAD/Interface/Gtk/gtkimage.py", line 1066, > in redraw > self.drawLayer(_active_layer) > File "/home/wk/pythoncad/PythonCAD/Interface/Gtk/gtkimage.py", line 1101, > in drawLayer > _obj.draw(self, _col) > File "/home/wk/.subversion/pythoncad/PythonCAD/Interface/Gtk/gtkinit.py", > line 739, in _draw_rdim > IndexError: list index out of range > > <end of transcript> > > Wilbert.
Dang, a bug. I'll try and fix it and send a patch out. Thanks for the traceback. Art -- Man once surrendering his reason, has no remaining guard against absurdities the most monstrous, and like a ship without rudder, is the sport of every wind. -Thomas Jefferson to James Smith, 1822 _______________________________________________ PythonCAD mailing list [email protected] http://mail.python.org/mailman/listinfo/pythoncad
