Re: [Pyobjc-dev] Best way...??
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-05-19 20:35:03
|
bb...@ma... wrote: > [ ... ] I find being able to cmd or opt double click a method to > go to the declaration or documentation, respectively, to be a > tremendous boost to productivity. How does that work for Python code? > Also -- for the OS X solution, it is likely that you will eventually > need to compile some code in for one reason or another. Maybe > performance, maybe ease of development, maybe need of accessing APIs > that are not yet or not easily wrapped.... > > In that case, you will likely need to have a PBX project -- even if > it is just a bundle project that is loaded by your pure Python > code.... OTOH, if it's a Python extension it's probably easiest to just write a distutils script for it (also works for .m files!). Just |