> 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
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
> 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
> 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
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:
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
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
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
>>
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
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
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
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
12 matches
Mail list logo