Re: [Pythonmac-SIG] MacPython sprint at PyCon'09?

2009-02-05 Thread Gary Bernhardt
2009/2/3 Ronald Oussoren : > Hi, > > I'm going to Pycon this year and I'm wondering if anyone is interested in > doing a MacPython related sprint afterwards. Possible topics: I may stay for the sprints. If I am, I'd definitely be interested in helping out. No guarantees yet, though. :) > * Invest

Re: [Pythonmac-SIG] MacPython sprint at PyCon'09?

2009-02-05 Thread Russell E. Owen
In article , Ronald Oussoren wrote: > Hi, > > I'm going to Pycon this year and I'm wondering if anyone is interested > in doing a MacPython related sprint afterwards. Possible topics: > > * Investigate OSX-integration issues (such as the "rocket icon" that > sometimes appears) > > * Get P

Re: [Pythonmac-SIG] MacPython sprint at PyCon'09?

2009-02-05 Thread Nathan
On Tue, Feb 3, 2009 at 6:27 AM, Ronald Oussoren wrote: > Hi, > > I'm going to Pycon this year and I'm wondering if anyone is interested in > doing a MacPython related sprint afterwards. Possible topics: > > * Investigate OSX-integration issues (such as the "rocket icon" that > sometimes appears) >

Re: [Pythonmac-SIG] Should Python.app be an LSUIElement = 1 app?

2009-02-05 Thread Bill Janssen
Ronald Oussoren wrote: > To rephrase my question: can you start the daemon program without > being logged on to the console and check if it works at all (both with > and > without the LSUIElement being set)? It's an extremely complicated program, running a number of threads, and running both the

Re: [Pythonmac-SIG] Should Python.app be an LSUIElement = 1 app?

2009-02-05 Thread Ronald Oussoren
On 5 Feb, 2009, at 17:04, Bill Janssen wrote: Ronald Oussoren wrote: The dock icon should mean you're calling an API that requires access to the window server. Does the daemon program work when you start it without begin logged on to the console (that is, log in using an SSH session without

Re: [Pythonmac-SIG] Should Python.app be an LSUIElement = 1 app?

2009-02-05 Thread Bill Janssen
Ronald Oussoren wrote: > Can you reproduce the issue in the second problem with a simple > script? If so, please file a bug in the python bugtracker and assign > it to me. If I could, I'd be halfway to fixing it -- but thanks! > The dock icon should mean you're calling an API that requires acc