Re: [Pythonmac-SIG] argv_emulation for url open events

2009-08-13 Thread Aahz
On Fri, Aug 14, 2009, Brendan Simon (eTRIX) wrote: > > argv emulation does not work for url open events. eg. click on > webbrowser with link to "myurl:myinfo" does not put "myurl:myinfo" into > sys.argv. > > I modified the py2app argv_emulation.py to support this and have > attached a patch. You

Re: [Pythonmac-SIG] argv_emulation for url open events

2009-08-13 Thread Brendan Simon (eTRIX)
Forgot to mention that the original argv_emulation.py file that I modified was in the following directory :- /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/py2app-0.3.6-py2.5.egg/py2app/bootstrap Cheers, Brendan. Brendan Simon (eTRIX) wrote: > argv emulation does

[Pythonmac-SIG] argv_emulation for url open events

2009-08-13 Thread Brendan Simon (eTRIX)
argv emulation does not work for url open events. eg. click on webbrowser with link to "myurl:myinfo" does not put "myurl:myinfo" into sys.argv. I modified the py2app argv_emulation.py to support this and have attached a patch. Is there a py2app developer who could have a look at this, test, and