[Pythonmac-SIG] Python RAD tools

Adam Eijdenberg adam@switchedonsoftware.com
Tue, 15 Jan 2002 07:15:03 +1100


> I just wrapped the IBCarbonRuntime.h header provided by Apple and it 
> has been very easy for me to load nibs and attach event handlers to 
> them using Carbon Events.

That looks a fine module, but it is approaching the problem from the 
opposite end of where I'm coming from. I don't want a Python program 
with native tie-ins, I want a native program that happens to use Python 
as a scripting language. Probably only just a philosophical difference, 
but hopefully it will become clearer as I progress a bit further.

Adam