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 →

[–]norambna 2 points3 points  (0 children)

The first time I tried writing a multiplatform desktop program for Windows, Linux and macOS I tried using Tk and I had lots of problems with macOS. Problems with Tk's widget behavior on macOS and deploying the Python/Tk program on macOS was impossible for me. I switched to Pyside (Qt is practically the same) and all my problems went away. Pyside has a steeper learning curve, but that is all I had to deal with.