> On 11 Mar 2020, at 22:34, Jack Jansen wrote:
[…]
>
> - I _think_ that the restriction that a GUI program must be in an App bundle
> no longer holds, or at least there are ways around it. There are all sorts of
> programs installed with brew that present a GUI without being in an app
> bun
> On 12 Mar 2020, at 07:48, Just van Rossum wrote:
>
> FWIW, as far as I can tell, a non-framework-build can't be used to build a
> native macos app, at least not with py2app.
That’s a limitation in the current version of py2app, but is something that
could change if needed.
Ronald
—
Twit
(I haven’t been following this thread too closely, so sorry in advance if the
following is not exactly what you’re looking for.)
FWIW, I’ve shipped .app bundles using conda and py2app for years.* I don’t
have time to write up a minimal example, but I can provide links to the scripts
we use.
I
On Wed, Mar 11, 2020 at 11:48 PM Just van Rossum
wrote:
> FWIW, as far as I can tell, a non-framework-build can't be used to build a
> native macos app, at least not with py2app.
>
I'm pretty sure it can. We've moved to PyInstaller, which does work, and
I'm'pretty sure that py2app can work with