I have a python app that uses argv emulation with a custom url handler. 
i.e. when my url is clicked in a web page, it opens my app and passes
the url as an argument to the app.

My app works great on OS X 10.4, 10.5, 10.6, 10.7 and 10.8, but fails on
10.9 (Mavericks) :(  No arguments are passed to the app.  I'm use python
2.7.5 and py2app 0.7.3.

Here's the issue on bitbucket.
https://bitbucket.org/ronaldoussoren/py2app/issue/129/mavericks-osx-109-program-argument-passing

Does anyone know what the problem might be and whether there are any
fixes or work arounds ?

Thanks, Brendan.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to