Re: [Pythonmac-SIG] py2app questions

2020-12-16 Thread Timothy M. Shead
> On Dec 15, 2020, at 10:17 AM, Christopher Barker wrote: > > On Mon, Dec 14, 2020 at 11:28 PM Timothy M. Shead > mailto:t...@shead-custom-design.com>> wrote: > > How was Python build? > > The Python executable and all dependencies are installed using Conda: > > Python 3.8.5 (default, Sep 4

Re: [Pythonmac-SIG] py2app questions

2020-12-15 Thread Christopher Barker
On Mon, Dec 14, 2020 at 11:28 PM Timothy M. Shead < t...@shead-custom-design.com> wrote: > > How was Python build? > > The Python executable and all dependencies are installed using Conda: > > Python 3.8.5 (default, Sep 4 2020, 02:22:02) > [Clang 10.0.0 ] :: Anaconda, Inc. on darwin > Note that

Re: [Pythonmac-SIG] py2app questions

2020-12-14 Thread Timothy M. Shead
> On Dec 14, 2020, at 1:21 AM, Ronald Oussoren wrote: > > How was Python build? The Python executable and all dependencies are installed using Conda: Python 3.8.5 (default, Sep 4 2020, 02:22:02) [Clang 10.0.0 ] :: Anaconda, Inc. on darwin >> And when I look at the main executable, the sec

Re: [Pythonmac-SIG] py2app questions

2020-12-14 Thread Ronald Oussoren via Pythonmac-SIG
> On 13 Dec 2020, at 04:53, Timothy M. Shead > wrote: > > Many thanks for py2app, of all the packaging apps I’ve tried, it’s been the > most usable by far; that said, I have questions. Using conda, python 3.8.5, > and py2app 0.22 on MacOS 10.15.7 with the following test app: > ># hello

[Pythonmac-SIG] py2app questions

2020-12-13 Thread Timothy M. Shead
Many thanks for py2app, of all the packaging apps I’ve tried, it’s been the most usable by far; that said, I have questions. Using conda, python 3.8.5, and py2app 0.22 on MacOS 10.15.7 with the following test app: # hello.py print(“Hello, World!”) And the following default setup.py:

[Pythonmac-SIG] py2app questions

2016-09-25 Thread Barry Scott
I’m a happy user of py2app and thanks to all the work that has gone into py2app. I’m using py2app to package a couple of apps that use PyQt and pytz. I found that the resulting app has the .dylib files in the python35.zip. Is that correct? I had assumed that .dylib files need to be in the .app a

Re: [Pythonmac-SIG] py2app questions..

2013-06-25 Thread Ronald Oussoren
On 25 Jun, 2013, at 16:26, Chris Barker - NOAA Federal wrote: > Ronald, > > Did you mean this to go to the list? I've forwarded it on... I did probably use the wrong reply button :-( > > Anyway, thanks for the notes -- I'll keep all this in mind when I > build that app again. > >>> I've le

Re: [Pythonmac-SIG] py2app questions..

2013-06-25 Thread Chris Barker - NOAA Federal
Ronald, Did you mean this to go to the list? I've forwarded it on... Anyway, thanks for the notes -- I'll keep all this in mind when I build that app again. >> I've learned a few things from this. >> >> 1) this is odd: >> right near the top, I see: >> prescript.py >> imports: Image >>

Re: [Pythonmac-SIG] py2app questions..

2013-04-15 Thread Chris Barker - NOAA Federal
Ronald et al, As matplotlib seems to be responsible for bringing eveything else in, I'm trying a different tack: 1) I've removed many of the recipes from my p2app distribution, notably teh matplotlib one. So now the only recipe getting run is wx. 2) I know that matplotlib isn't going to work rig

Re: [Pythonmac-SIG] py2app questions..

2013-04-12 Thread Chris Barker - NOAA Federal
On Thu, Apr 11, 2013 at 10:50 PM, Ronald Oussoren wrote: > On 11 Apr, 2013, at 23:50, Chris Barker - NOAA Federal > wrote: >> *** using recipe: virtualenv *** >> *** using recipe: sip *** ... >> It looks like the recipes for ALL of the packages I have installed are >> being run -- a bug perhap

Re: [Pythonmac-SIG] py2app questions..

2013-04-11 Thread Ronald Oussoren
On 10 Apr, 2013, at 20:19, Chris Barker - NOAA Federal wrote: > First: Ronald, thanks for keeping py2app up to date! > > The good news: I just ran a recent py2app on an older app of mine, and > it all worked out of the box. > > However, the resulting bundle is HUGE. A lot of this is inevitabl

[Pythonmac-SIG] py2app questions..

2013-04-10 Thread Chris Barker - NOAA Federal
First: Ronald, thanks for keeping py2app up to date! The good news: I just ran a recent py2app on an older app of mine, and it all worked out of the box. However, the resulting bundle is HUGE. A lot of this is inevitable, I'm using a universal build, and some big packages, but there seems to be s