Re: [Pythonmac-SIG] Newbie question: py2app does only include main .py file, not the rest.

2009-12-09 Thread Christopher Barker
Ron, Search this list and you'll a number of good discussions of py2app, but a few hints: 1) use the latest version: easy_install py2app==dev (at least I think that's the syntax) generates an App Bundle, but in the Contents/Resources directory only the main .py file is created, not all oth

Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-08 Thread Henning Hraban Ramm
Am 2008-06-06 um 16:33 schrieb Kevin Walzer: 2. wxPython is cross-platform but looks great on the Mac with some attention to UI design, is well-documented (both in terms of available sample code online and books), and has a supportive community. It doesn't provide many Mac-specific hooks lik

Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-06 Thread Kevin Walzer
Abhiram Dwivedi wrote: Hello, I want to know if its possible to build a standalone GUI app for Mac using python. I need to build some application and still going through pythong tutorials. It seems Cocoa is the only option, but I want to be sure before moving away from python. I need to inte

Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-06 Thread Ed Leafe
On Jun 6, 2008, at 2:42 AM, Abhiram Dwivedi wrote: I want to know if its possible to build a standalone GUI app for Mac using python. I need to build some application and still going through pythong tutorials. It seems Cocoa is the only option, but I want to be sure before moving away from

Re: [Pythonmac-SIG] NewBie question: Building GUI for Mac

2008-06-05 Thread Daniel Lord
On Jun 5, 2008, at 23:42 PM, Abhiram Dwivedi wrote: Hello, I want to know if its possible to build a standalone GUI app for Mac using python. Yes it is. I need to build some application and still going through pythong tutorials. It seems Cocoa is the only option, Not true. wxPython, T

Re: [Pythonmac-SIG] newbie question

2005-11-06 Thread Bob Ippolito
On Nov 6, 2005, at 6:03 PM, Tom Elliott wrote: > Can you point me to simple drawing example using PyObjC? I want to > draw into a CustomView object (I think). I'm afraid DotView is > beyond me. When I try to adapt RedSquare from Learning Cocoa...my > AppDelegate can't find the custom class MyVi