[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:

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-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: &