This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author smits92
Recipients ned.deily, ronaldoussoren, smits92
Date 2019-08-12.19:56:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALGsX6FM-172LzniJE_Ah9P49nfaKmL3bpkYkpyVOMZv4PqqQQ@mail.gmail.com>
In-reply-to <1565635162.82.0.305397504845.issue37833@roundup.psfhosted.org>
Content
I am on a Conda environment with Python 3.7.4 with the corresponding
Tkinter 8.6 that came with it. I tried to use some apps I compiled with
Pyinstaller and all of them caused this crash. So I tried line by line on
the terminal (to cross out Pyinstaller as the problem) and "root = tk.Tk()"
was where it crashed for me.

Here are more people with the same issues:
https://github.com/pyinstaller/pyinstaller/issues/4334

As Ronald said, most certainly it is a macOS bug, but I don't think they
will bother to fix this when they are so close to their 10.15 release :/

On Mon, Aug 12, 2019 at 8:39 PM Ned Deily <report@bugs.python.org> wrote:

>
> Ned Deily <nad@python.org> added the comment:
>
> Can you be more specific about the source of your Pythons and Tk 8.6 and
> exactly what version it is? Tk through tkinter seems to work as expected
> (and without a crash) when I try the current Python.org pythons with their
> built-in Tk 8.6.6 or current MscPorts Pythons with their Tk 8.6.9 all
> running on the latest released 10.14.6 with Supplemental Update on a
> MacBook Pro.
>
> Ronald, are you able to reproduce this?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue37833>
> _______________________________________
>
History
Date User Action Args
2019-08-12 19:56:50smits92setrecipients: + smits92, ronaldoussoren, ned.deily
2019-08-12 19:56:50smits92linkissue37833 messages
2019-08-12 19:56:49smits92create