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 t

Re: What to write or search on github to get the code for what is written below:

2022-01-24 Thread NArshad
On Sun, 23 Jan 2022 09:17:38 +1100, Chris Angelico <> declaimed the following: > >Absolutely agree with making a console app first. Though I rather >suspect the OP doesn't want to write any code at all. > I am not writing any code because I don’t know what code to do next. Still, I have made a

Re: What to write or search on github to get the code for what is written below:

2022-01-24 Thread Dennis Lee Bieber
On Mon, 24 Jan 2022 00:25:34 -0800 (PST), NArshad declaimed the following: > >I am not writing any code because I don’t know what code to do next. Still, I >have made a dictionary now searching for what to do next in which one choice >is MS SSIS and the second is numpy or pandas which AGross ha

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 Py2app

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 t