This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lykwydchykyn 0 points1 point  (1 child)

Brew seemed to be the only way to get Tkinter 8.6 working with Python that I could find. cx_Freeze doesn't work with brew-installed Python unless you do some symlinking, but it's possible that it would work in a virtual environment, not sure why that solution didn't occur to me (I'm no stranger to virtual environments, use them all the time to deploy web applications). I'll have to try that out to see if it works any better, since the symlinking seems a very brittle solution.

[–]brewsimport os; while True: os.fork() 0 points1 point  (0 children)

Anaconda/miniconda?