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