Re: [Pythonmac-SIG] Creating Application()

2008-08-25 Thread Pascal Bompard
This tutorial series is brand new: http://lethain.com/entry/2008/aug/22/an-epic-introduction-to-pyobjc-and-cocoa/ Looks like a good one too, although I can't verify that as I haven't had the time to work through it yet. I have worked through a few tuts at http://cocoadevcentral.com/ and ca

Re: [Pythonmac-SIG] controlling Mail.app and GnuPG

2008-08-25 Thread has
Henning Hraban Ramm wrote: It is known that the public API of Apple's Mail.app is incomplete and buggy, therefore stuff like the GnuPG plugin stay in eternal beta (and just don't work on my German system - I guess i might my a language problem). Anyway. I tried to write a little helper fo

Re: [Pythonmac-SIG] building bundles with setuptools, py2app, 64-bit python 2.6

2008-08-25 Thread Michael VanLandingham
Finally getting back to this... So I built and installed setuptools from the 0.6 branch, which got me further, but now I get this macholib error (below) during py2app's linking phase. Any way around this or clues as to what it is? I don't see this error if I use the 32-bit python, just th

Re: [Pythonmac-SIG] Creating Application()

2008-08-25 Thread beau
can anyone recommend some tutorials for Cocoa ObjectiveC? basically I'm trying to great a gui program that reads a file and then displays a visualization of it, with a slide. so everytime the ui will be different with Tkinter that was easy just write a function that packs things to the screen.

Re: [Pythonmac-SIG] Creating Application()

2008-08-25 Thread Henning Hraban Ramm
Am 2008-08-24 um 23:28 schrieb Jack Jansen: I'm not a complete newbie in python, but in building GUIs. I've worked around a bit with Tkinter and I think, I can handle this one, but I also tried to work with the "FrameWork" module, to create Menubars and this kind of stuff. But I did not eve