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
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
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
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
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
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