Re: [Pythonmac-SIG] Py2App and GTK+

2005-10-22 Thread David Warde-Farley
(Apologies to the author, I neglected to reply to the list as well the first time) On Sat, Oct 22, 2005 at 12:00:56PM -0400, Kevin Conaway wrote: > The Py2App site suggested that there was some kind of workaround that must > be used in order to get Py2App to work with GTK+ applications. > > Could

[Pythonmac-SIG] Py2App and GTK+

2005-10-22 Thread Kevin Conaway
The Py2App site suggested that there was some kind of workaround that must be used in order to get Py2App to work with GTK+ applications. Could anyone explain this workaround to me? Any other helpful suggestions on packaging GTK+ applications for OSX would be appreciated. Thanks, Kevin

Re: [Pythonmac-SIG] make new object on Mac

2005-10-22 Thread has
Zhi Peng wrote: >Did any of you make a new object such as document, textframe etc by using >MacPython appscript for Adobe InDesign CS2? > >For example, I have document object docObj > >should I use > >newPage = docObj.add() or docObj.make or something else Use the 'make' command to cre