Re: [Pyobjc-dev] Project Templates
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-01-12 00:52:37
|
On Saturday, Jan 11, 2003, at 16:46 US/Eastern, Ronald Oussoren wrote: > It seems complete enough. The only project-type not on your list that > I'd like to add some day is a project for python based plugins for > Cocoa programs (like prefpanes). But we should add full thread-safety > before doing that. One of my next projects will be a PB plugin [or something like it] -- more on that later. Out of that, a template may fall. I have just committed a new project template -- Cocoa-Python-ObjC Application. It is compatible with Apple's build of python and allows one to freely mix Objective-C and Python in the project. The ObjC all goes in an embedded framework. The Python can go anywhere. I also added a bunch of documentation to a 00README.txt file in Cocoa-Python Application -- I'll be adding the 'Classes & NIB' section next. That document really ought to be moved to somewhere else as it isn't totally specific to that template. b.bum |