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
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 Sun,
> 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 wr
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 pyinstaller.
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
> 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 doin
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
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
> 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
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
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 i
> 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 c
> 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 macOS
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 --gui
14 matches
Mail list logo