On Mon, Nov 28, 2005 at 06:41:08PM +0100, Pierre Vaudrey wrote: > > Le 28 nov. 05 ? 18:35, Art Haas a ?crit : > > >Fixed by adjusting the importation of this module to use the 'from' > >method of import. > Result is : > > 2005-11-28 18:39:22.873 PythonCad[5284] An exception has occured: > Traceback (most recent call last): > File "/Library/Frameworks/Python.framework/Versions/2.4/lib/ > python2.4/site-packages/PyObjC/PyObjCTools/AppHelper.py", line 235, > in runEventLoop > main(argv) > File "/Users/pierreva/Documents/pythoncad2/build/PythonCad.app/ > Contents/Resources/PythonCAD/Interface/Cocoa/ImageDocument.py", line > 191, in makeWindowControllers > _wc = ImageWindowController.alloc().initWithWindowNibName_owner_ > (_nib,self) > AttributeError: 'module' object has no attribute 'alloc' >
I think alloc() may been part of the PyObjC bindings. Can you find any info on this? 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
