[Pyobjc-dev] Duelling code styles
Brought to you by:
ronaldoussoren
From: Kevin M. <kev...@ma...> - 2003-10-04 08:27:08
|
I have an app I wrote in pure Python & PYObjC: http://homepage.mac.com/kevinmarks/iIRC.dmg I want to bring in some ObjC classes I wrote for another App, and I am stumped as to how. I tried creating a new PB Project of type Cocoa-Python-ObjC But it is hard to work out what I am supposed to modify in this template. How do I get the Classes in other files invoked by my Nib? Do I add my class to the support framework instead of Hue? How do I adapt my existing Python classes to fit in? |