[Pythonmac-SIG] Using python with Cocoa on OSX

Matthew Smith footrot@mac.com
Wed, 03 Apr 2002 19:14:22 +1000


> Hi Matthew,
> 
> Here is what I am working on because Mac OS X GUI is a real problem that
> does not look to solved soon.  My concept which I have done a little
> with is to split the application into two applications, the GUI (Cocoa
> via Interface Builder and Project Builder) and the logic (Python) which
> communicate via sockets.  Since in a good design there is little
> coupling between these two portions this makes good sense and only a
> small amount of code need be written on each side to interface with the
> socket.

Right, I'll have a  look at how to create sockets in both python and c.

So there is no way at all to access python through project builder? Not even
as a simple C app?

Thanks,

Matthew Smith