[Pyobjc-dev] buildapp.py and bootstrapping
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-10-15 17:25:48
|
I know we have touched upon this subject in the past, but I wanted to raise it again. Any chance of upgrading buildapp.py with one (or both) of two features that would make debugging via gdb a boatload easier? - add ability to copy in a bootstrap executable that uses an embedded Python interpreter in place of the script/link that exist today - build a bootstrap executable ala distutils that allows the developer to link in other frameworks and/or their own compiled code as a part of the buildapp.py process? This would both address the gdb issue and allow the developer to trivially interleave ObjC or other compiled code without using one of the project templates/PBX. b.bum |