Re: [Pythonmac-SIG] open program via a protocol (eg. myapp:command)

2009-07-10 Thread Cody Precord
Hello, On Jul 10, 2009, at 10:35 PM, Brendan Simon (eTRIX) wrote: Brendan Simon (eTRIX) wrote: I registered the __geturl() event handler but it never gets called. How can I determine if the events are being sent to MyApp ?? I tried: $ export AEDebugSends=1; export AEDebugReceives=1 $ ope

Re: [Pythonmac-SIG] open program via a protocol (eg. myapp:command)

2009-07-10 Thread Cody Precord
Hello, On Fri, Jul 10, 2009 at 8:45 AM, Brendan Simon (eTRIX) wrote: > has wrote: >> Brendan Simon (eTRIX) wrote: >> >>> I have an OS X python program that is invoked via a uri on a webpage -- >>> eg. "myapp:command" >>> >>> The app is invoked fine (via the plist), but I can't seem to extract the

Re: [Pythonmac-SIG] wx Window Flashes and Closes Immediately

2009-02-01 Thread Cody Precord
Hello, On Feb 1, 2009, at 10:42 PM, Bryan Smith wrote: Hi Everyone, I am trying out a simple wx program from a book and anytime I try and run the code, the wxFrame flashes open and closes immediately. This is frustrating as the code is essentially the same as in the book. Here is the cod

Re: [Pythonmac-SIG] How to install latest 2.5 in OS X 10.4?

2008-12-30 Thread Cody Precord
Hello, On Tue, Dec 30, 2008 at 3:26 PM, Joe Strout wrote: > > says "On Mac OS X 10.3.9 or 10.4, > download and run an installer for the latest version. This is a Universal > binary version of Python that runs natively on PPC and Intel systems." But > the li

Re: [Pythonmac-SIG] PyColourChooser don't works

2008-11-26 Thread Cody Precord
Hello, On Wed, Nov 26, 2008 at 9:04 AM, Mariano Di Felice < [EMAIL PROTECTED]> wrote: > Hello, > I've tried to use PyColourChooser for my app ( python2.5.1, wxPython > 2.8.7.1 ), and I 've found that this control don't works on MAC > platform... > I 've thought my code is wrong, and I've downloa

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Cody Precord
Hello, On Mon, Nov 10, 2008 at 3:45 PM, Dan Ross <[EMAIL PROTECTED]> wrote: > Hi all- > > I'm having trouble with py2app all of a sudden. It stopped working with 2.5 > so I installed 2.6 today, hoping that may work. > > I'm attaching the text from when the error begins. Any help would be > apprec

Re: [Pythonmac-SIG] py2app and plist entries

2008-10-31 Thread Cody Precord
xt/plain',], CFBundleDevelopmentRegion = 'English', NSHumanReadableCopyright = u"Copyright %s 2005-%d" % (AUTHOR, YEAR) ) Then just pass this dictionary in the py2app options py2app_options = dict(plist=PLIST) setup(options=dict(py2app