Re: mac app from a python script?

2022-03-06 Thread Dan Stromberg
On Sun, Jan 23, 2022 at 9:59 AM Dan Stromberg wrote: > > Hi folks. > > I have a Python 3 script (built on top of gi.respository.Gtk) that runs on > Linux and macOS 11.5. It's at > https://stromberg.dnsalias.org/~strombrg/hcm/ if you're curious. > > It works the way I want on Linux, but on macOS

Re: mac app from a python script?

2022-01-26 Thread Dan Stromberg
On Wed, Jan 26, 2022 at 2:35 PM Barry wrote: > > > On 26 Jan 2022, at 05:17, Dan Stromberg wrote: > > > On Tue, Jan 25, 2022 at 6:41 PM Dan Stromberg wrote: > >> >> On Tue, Jan 25, 2022 at 2:23 PM Barry wrote: >> >>> >>> On 25 Jan 2022, at 02:56, Dan Stromberg wrote: >>> >>>  >>> >>> On

Re: mac app from a python script?

2022-01-26 Thread Barry
> On 26 Jan 2022, at 05:17, Dan Stromberg wrote: > >  > >> On Tue, Jan 25, 2022 at 6:41 PM Dan Stromberg wrote: >> >>> On Tue, Jan 25, 2022 at 2:23 PM Barry wrote: >>> > On 25 Jan 2022, at 02:56, Dan Stromberg wrote: >  > On Sun, Jan 23, 2022 at 1:37 PM Barry

Re: mac app from a python script?

2022-01-25 Thread Dan Stromberg
On Tue, Jan 25, 2022 at 6:41 PM Dan Stromberg wrote: > > On Tue, Jan 25, 2022 at 2:23 PM Barry wrote: > >> >> On 25 Jan 2022, at 02:56, Dan Stromberg wrote: >> >>  >> >> On Sun, Jan 23, 2022 at 1:37 PM Barry wrote: >> >>> >>> I do not have experience with great, but you might try

Re: mac app from a python script?

2022-01-25 Thread Dan Stromberg
On Tue, Jan 25, 2022 at 2:23 PM Barry wrote: > > On 25 Jan 2022, at 02:56, Dan Stromberg wrote: > >  > > On Sun, Jan 23, 2022 at 1:37 PM Barry wrote: > >> >> I do not have experience with great, but you might try pyinstaller. >> I use it to make a PyQt Mac app successfully. >> >> It’s command

Re: mac app from a python script?

2022-01-25 Thread Barry
> On 25 Jan 2022, at 02:56, Dan Stromberg wrote: > >  > >> On Sun, Jan 23, 2022 at 1:37 PM Barry wrote: >> >> I do not have experience with great, but you might try pyinstaller. >> I use it to make a PyQt Mac app successfully. >> >> It’s command line plus setup script. > > I wound up

Re: mac app from a python script?

2022-01-24 Thread Dan Stromberg
On Sun, Jan 23, 2022 at 1:37 PM Barry wrote: > > I do not have experience with great, but you might try pyinstaller. > I use it to make a PyQt Mac app successfully. > > It’s command line plus setup script. > I wound up doing: 1) pyinstaller, as normal, but this created a broken all-encompassing

Re: mac app from a python script?

2022-01-24 Thread Cameron Simpson
On 24Jan2022 17:48, Barry Scott wrote: >> On 24 Jan 2022, at 02:31, Cameron Simpson wrote: >> On 23Jan2022 21:37, Barry Scott wrote: >>> I do not have experience with great, but you might try pyinstaller. >>> I use it to make a PyQt Mac app successfully. >> >> And I have used py2app/py2applet

Re: mac app from a python script?

2022-01-24 Thread Barry
> On 24 Jan 2022, at 02:31, Cameron Simpson wrote: > > On 23Jan2022 21:37, Barry Scott wrote: >> I do not have experience with great, but you might try pyinstaller. >> I use it to make a PyQt Mac app successfully. > > And I have used py2app/py2applet to create a PyQt Mac app. Current

Re: mac app from a python script?

2022-01-24 Thread Mats Wichmann
On 1/23/22 10:59, Dan Stromberg wrote: > Hi folks. > > I have a Python 3 script (built on top of gi.respository.Gtk) that runs on > Linux and macOS 11.5. It's at https://stromberg.dnsalias.org/~strombrg/hcm/ > if you're curious. > > It works the way I want on Linux, but on macOS I seem to have

Re: mac app from a python script?

2022-01-23 Thread Cameron Simpson
On 23Jan2022 21:37, Barry Scott wrote: >I do not have experience with great, but you might try pyinstaller. >I use it to make a PyQt Mac app successfully. And I have used py2app/py2applet to create a PyQt Mac app. AIUI, they both do the same basic task: bundle a Python interpreter and all the

Re: mac app from a python script?

2022-01-23 Thread Barry
> On 23 Jan 2022, at 21:40, Barry wrote: > >  > >> On 23 Jan 2022, at 18:02, Dan Stromberg wrote: >> >> Hi folks. >> >> I have a Python 3 script (built on top of gi.respository.Gtk) that runs on >> Linux and macOS 11.5. It's at https://stromberg.dnsalias.org/~strombrg/hcm/ >> if you're

Re: mac app from a python script?

2022-01-23 Thread Barry
> On 23 Jan 2022, at 18:02, Dan Stromberg wrote: > > Hi folks. > > I have a Python 3 script (built on top of gi.respository.Gtk) that runs on > Linux and macOS 11.5. It's at https://stromberg.dnsalias.org/~strombrg/hcm/ > if you're curious. > > It works the way I want on Linux, but on

mac app from a python script?

2022-01-23 Thread Dan Stromberg
Hi folks. I have a Python 3 script (built on top of gi.respository.Gtk) that runs on Linux and macOS 11.5. It's at https://stromberg.dnsalias.org/~strombrg/hcm/ if you're curious. It works the way I want on Linux, but on macOS I seem to have to start it from the command line, like: hcm