[Pythonmac-SIG] Calling python application from AppScript

2005-11-14 Thread David Person
Hello: I'm sure there must be a simple answer, but I'm flummoxed trying to send an AppleEvent from one python program to another. The 'server' program has this code: class avServer(AEServer, MiniApplication): def __init__(self): MiniApplication.__init__(self) AEServer.__init__(sel

[Pythonmac-SIG] book recommendation

2005-11-14 Thread Dave Reed
I've an experienced Python programmer on Linux - I've mainly used gtk and glade for interfaces and now I'm slowly trying to get started with Cocoa apps on X-Code. I've got the CurrencyConverter example working in Python and I did the HelloWorld example in "The Mac XCode 2 Book" by Cohen and

Re: [Pythonmac-SIG] book recommendation

2005-11-14 Thread Bob Ippolito
On Nov 14, 2005, at 5:42 PM, David Reed wrote: > I've an experienced Python programmer on Linux - I've mainly used > gtk and glade for interfaces and now I'm slowly trying to get > started with Cocoa apps on X-Code. > > I've got the CurrencyConverter example working in Python and I did > th

[Pythonmac-SIG] book recommendation

2005-11-14 Thread David Reed
I've an experienced Python programmer on Linux - I've mainly used gtk and glade for interfaces and now I'm slowly trying to get started with Cocoa apps on X-Code. I've got the CurrencyConverter example working in Python and I did the HelloWorld example in "The Mac XCode 2 Book" by Cohen and

[Pythonmac-SIG] extension design question

2005-11-14 Thread has
Hi all, I'm patching and extending copies of Carbon.AE and Carbon.OSA, and looking for advice on the best way to do the following, given that my C sucks: To allow clients to install Python functions via OSASetCreateProc(), I've defined a GenericCreateFunction() procedure similar to the Generic

Re: [Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Bob Ippolito
On Nov 14, 2005, at 11:51 AM, Kevin Walzer wrote: > Bob Ippolito wrote: >> > >> >> Try using the latest version from svn. macholib doesn't create >> anything, it only makes small transforms to existing files, so there >> aren't any architecture options... but it does need to understand >> how

Re: [Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Kevin Walzer
Bob Ippolito wrote: > > > Try using the latest version from svn. macholib doesn't create > anything, it only makes small transforms to existing files, so there > aren't any architecture options... but it does need to understand how to > read and write universal binaries in order to make thos

Re: [Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Bob Ippolito
On Nov 14, 2005, at 10:44 AM, Kevin Walzer wrote: > I'm having a problem with the macho_standalone component of py2app > (I'm > trying to use it, as the documentation says I can, to create a > standalone app bundle of a non-Python application). Here is the > output: -- > What happens is that

[Pythonmac-SIG] py2app/macho_standalone problem

2005-11-14 Thread Kevin Walzer
I'm having a problem with the macho_standalone component of py2app (I'm trying to use it, as the documentation says I can, to create a standalone app bundle of a non-Python application). Here is the output: Kevin-Walzers-Computer:~ kevin$ macho_standalone ~/Desktop/AquaEthereal.app Traceback (mo