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
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
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
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
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
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
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
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
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