Re: [PythonCAD] PythonCAD on OS X 10.4.3

2005-11-28 Thread Art Haas
On Sat, Nov 26, 2005 at 09:07:05AM +0100, Pierre Vaudrey wrote: > Art, > > Le 25 nov. 05 ? 22:12, Art Haas a ?crit : > > >Your > >next 'svn update' will get this fix to 'dimension.py' as well as the > >patches to the Cocoa interface files. > > Running after svn update give : > > 2005-11-26 09:0

Re: [PythonCAD] PythonCAD on OS X 10.4.3

2005-11-28 Thread Pierre Vaudrey
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/Versi

Re: [PythonCAD] PythonCAD on OS X 10.4.3

2005-11-28 Thread Art Haas
On Mon, Nov 28, 2005 at 06:10:19PM +0100, Pierre Vaudrey wrote: > Art, > > Le 28 nov. 05 ? 17:39, Art Haas a ?crit : > > > I simplified connect() by consolidating the arguments, > >so that now a bound instance method is the only argument. I'll change > >the 'ImageDocument.py' file, commit my chan

Re: [PythonCAD] PythonCAD on OS X 10.4.3

2005-11-28 Thread Art Haas
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: > Traceb

Re: [PythonCAD] PythonCAD on OS X 10.4.3

2005-11-28 Thread Pierre Vaudrey
Art, Le 28 nov. 05 à 17:39, Art Haas a écrit : > I simplified connect() by consolidating the arguments, > so that now a bound instance method is the only argument. I'll change > the 'ImageDocument.py' file, commit my change, and then when you > next do > an 'svn update' please let me know if m