tkcalendar is installed correctly, but it gives an error when executing the command from tkcalendar import Calendar. What is the problem?

43 views Asked by At

I installed tkcalendar-1.6.1.tar.gz on Python 3.3.2 (32-bit) via command prompt environment with python setup .py install command. But when executing the command from tkcalendar import calendar, we encounter the following error.

this error

I also installed lower versions of tkcalender, but I still faced the same problem.

0

There are 0 answers