Re: [Pythonmac-SIG] Leaning PyObjC

2009-05-07 Thread Bill Janssen
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

[Pythonmac-SIG] Leaning PyObjC

2009-05-07 Thread Kevin Walzer
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

Re: [Pythonmac-SIG] Using AHRegisterHelpBook

2009-05-07 Thread has
Ronald Oussoren wrote: Another option is PyObjC, it definitly allows you to integrate with the native Cocoa help API's. Out of interest, does PyObjC play nicely with wxPython/Tkinter? A further option, if it hasn't already been suggested, would be to call AHRegisterHelpBook directly via c