Re: [Pyobjc-dev] how to clean up on quit
Brought to you by:
ronaldoussoren
From: David C. <da...@ne...> - 2003-01-08 12:36:38
|
On 1/8/03 6:41 AM, "Dinu Gherman" <gh...@da...> wrote: > Taking the standard Python template Project as an example, you can > just add this method to your MyAppDelegate class: > > def applicationWillTerminate_(self, aNotification): > NSLog( "Application will terminate." ) My first error was not using the standard Python template Project. I have tried your recommendation, and it works perfectly. Thanks! David. |