[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

Re: [Pythonmac-SIG] PyObjC 3.2.1 released

2016-12-13 Thread Cosimo Lupo
Hi Ronald, It's great to finally have precompiled wheels for PyObjC! Thanks so much! Cosimo ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/option

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

2016-12-13 Thread Cosimo Lupo
er and stdlib alongside the generated .app bundle. > > Could anyone point me in the right direction, and/or link to existing open > source apps that do this? > > Thank you for your help. > > -- > Cosimo Lupo > ___ > Pythonmac-

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

2016-12-13 Thread Cosimo Lupo
> > You'll know, 'cause you will get a big bundle :-). And you can, of course > look inside and see what's there. > > -CHB > > > On Tue, Dec 13, 2016 at 2:28 AM Cosimo Lupo > wrote: > >> >> >> >> >> >> >> >>

Re: [Pythonmac-SIG] [Pyobjc-dev] PyObjC and macOS 10.12 (Sierra)

2016-12-15 Thread Cosimo Lupo
+1 on having the official Python.org distribution be a standalone Python.app that users could just drag-and-drop like with the rest of native non-AppStore apps! (I wish Apple shipped macOS with Python 3...) And thanks a lot Ronald for the PyObjC wheels on PyPi :D Cheers -- Cosimo Lupo