On Thu, Nov 24, 2005 at 06:38:28PM +0100, Pierre Vaudrey wrote: > Art, > > Le 24 nov. 05 ? 14:51, Art Haas a ?crit : > > >That is a lot of typing, so it may be better to again adjust the > >'import' statments to look like this ... > > > >from PythonCAD.Interface.Cocoa import Globals > agreed : [ ... snip ... ]
Patches applied. Thanks! > > Application is now running with the following exception : > > 2005-11-24 18:24:09.624 PythonCad[1684] An exception has occured: > Traceback (most recent call last): > [ ... snip ... ] > Contents/Resources/PythonCAD/Generic/dimension.py", line 2256, in __eq__ > if ((_key == 'DIM_PRIMARY_TEXT_SIZE') or > TypeError: 'bool' object is not callable Fixed. There was a missing 'or' statement in the __eq__() method. Your next 'svn update' will get this fix to 'dimension.py' as well as the patches to the Cocoa interface files. Art Haas -- 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
