Re: [Pythonmac-SIG] Examples of vendoring python 3 with py2app

2016-12-13 Thread Cosimo Lupo
Thank you all for the replies. I've tried using py2app with a framework python 3.5.2 from Python.org and can confirm it correctly bundles everything up in the generated app. I somehow was under the impression that I had to do something special about it, but it turns out it is much easier than I tho

Re: [Pythonmac-SIG] Examples of vendoring python 3 with py2app

2016-12-13 Thread Ronald Oussoren
> On 11 Dec 2016, at 16:22, Cosimo Lupo wrote: > > Hello list, > > Apologies if this is not the right place to ask about this. > > I would like to distribute a self-contained OSX app of an application of mine > written in Python 3. I've used py2app in the past to ship apps written in > Pytho

Re: [Pythonmac-SIG] Examples of vendoring python 3 with py2app

2016-12-13 Thread Cosimo Lupo
Hey André, Thanks for sharing this! Cosimo On 13 December 2016 at 10:48, André Aulich wrote: > Hi Cosimo, > > sure, I wrote an article for you at https://moosystems.com/ > articles/14-distribute-django-app-as-native-desktop-app-01.html > > :-) > > André > > On 11 Dec 2016, at 16:22, Cosimo Lupo

Re: [Pythonmac-SIG] Examples of vendoring python 3 with py2app

2016-12-13 Thread André Aulich
Hi Cosimo, sure, I wrote an article for you at https://moosystems.com/articles/14-distribute-django-app-as-native-desktop-app-01.html :-) André > On 11 Dec 2016, at 16:22, Cosimo Lupo wrote: > > Hello

[Pythonmac-SIG] Examples of vendoring python 3 with py2app

2016-12-13 Thread Cosimo Lupo
Hello list, Apologies if this is not the right place to ask about this. I would like to distribute a self-contained OSX app of an application of mine written in Python 3. I've used py2app in the past to ship apps written in Python 2.7, that linked to the system Python framework. Now I'm wonderi