Kevin Walzer wrote:
> My strong preference is to keep my Python toolchain reasonably close
> to what I'm doing already, i.e. doing my development outside of Xcode
> and using py2app for bundling, rather than using Xcode.
I found crossing this bridge a bit tricky, until I embraced Xcode.
Start a
Hi all,
What's the current "best practice" for learning PyObjC? I've been
developing in Python/Tkinter for quite some time, and I've learned
enough Objective-C/Cocoa to create a small extension that calls into
some Cocoa methods (it's actually a Tcl extension that I can call, via
Tkinter, to