CustomTkinter
CustomTkinter copied to clipboard
Does not work with Python 3.7
CustomTkinter does not work with Python 3.7
So upgrade your python version.
You have to tell me what's the problem, otherwise I can't help. Normally it should work on python 3.7.
I get the message cannot import name 'Literal' from 'typing' (C:\Users\921040\AppData\Local\Continuum\anaconda3\lib\typing.py)
I think It has to be
try: from typing import Literal except ImportError: from typing_extensions import Literal
So upgrade your python version.
So upgrade your python version.
I use Python to run a FEM software program (Plaxis). This FEM package has a lot of securities build in, based on Python 3.7. The FEM software does not work (yet) with Python 3.8 or higher.
Ok didn't thought of this, I will fix this with the next version.
Fixed now with version 5.0.2.