[Pythonmac-SIG] Making py-appscript classes for Adobe Illustrator

2008-01-17 Thread grzessnik
Hi. I'm py-appscript newbie and I'm trying to write a script for Adobe Illustrator. My idea is: make a class f.e. Object, with some methods (move(), rotate(), ...) make a subclass f.e. Rectangle and in this class I wan't to initialize new rectangles in my document. I have problems with reference

Re: [Pythonmac-SIG] Tk Aqua (Quit binding)

2008-01-17 Thread Kevin Walzer
Kenneth Miller wrote: > > Using the native python installation with Aqua Tk I've noticed that it > automatically generates a "Quit" button/function. Is there any way that I > can bind my own quit function to this call? > I do something like this: #shut down def shutDown(self):

[Pythonmac-SIG] Tk Aqua (Quit binding)

2008-01-17 Thread Kenneth Miller
All, Using the native python installation with Aqua Tk I've noticed that it automatically generates a "Quit" button/function. Is there any way that I can bind my own quit function to this call? Regards, Kenneth Miller ___ Pythonmac-SIG maillist -