Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-13 Thread Dan Ross
So is py2app the only recourse for making sure all dependencies are met?___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-10 Thread has
Bill Janssen wrote: I actually haven't used py2app -- I just use Xcode 3 and Interface Builder. Works great! I'd start there, then try these other things like py2app. Be aware that Xcode doesn't include any dependencies in your .app bundle as py2app does. Also, the executable links agains

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-10 Thread Bill Janssen
I actually haven't used py2app -- I just use Xcode 3 and Interface Builder. Works great! I'd start there, then try these other things like py2app. Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyth

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-09 Thread Massimo Di Stefano
Hi, i'm tring to runs the example files at : http://pyobjc.sourceforge.net/examples/ but unluky something is wrong in my python system, i tried from the python consolle : >>import Foundation, AppKit >>AppKit.NSBeep() it works, but tring the examples code like .. PyObjCExample-Python Addres

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-08 Thread Joe Strout
On Nov 7, 2008, at 7:24 PM, Bill Janssen wrote: I've been using the Python-Cocoa application template in Xcode 3, and I'm just blown away by how *easy* it is to develop native Cocoa apps with Python. Simply amazing. Nicest UI toolkit I've ever played with, too. I agree, PyObjC rocks and its

[Pythonmac-SIG] thanks for PyObjC!

2008-11-07 Thread Bill Janssen
I've been using the Python-Cocoa application template in Xcode 3, and I'm just blown away by how *easy* it is to develop native Cocoa apps with Python. Simply amazing. Nicest UI toolkit I've ever played with, too. Thanks to all of you who worked on it -- it's geaaat! Bill (Oh, and let me s