Closed Jerryno closed 3 years ago
no such file or directory
I can only imagine that the workingdirectory of your program has changed, try it with an absolute path!
It works just fine on Ubuntu 20.04, Python 3.8
Yeah the working directory is different. This is what fixed it for me:
dir_path = os.path.dirname(os.path.realpath(__file__))
root.tk.call('source', os.path.join(dir_path, 'azure-dark.tcl'))
The downloaded example.py throws this error:
Win 10, Python 3.9.0