You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried to use your text editor but it is showing the following errors -
import tkFileDialog ModuleNotFoundError: No module named 'tkFileDialog'
and from tkutil import unbind_destroy ImportError: cannot import name 'unbind_destroy' from 'tkutil'
How can I fix this ?
Thanks!!
The text was updated successfully, but these errors were encountered:
Hey, I tried to use your text editor but it is showing the following errors -
import tkFileDialog ModuleNotFoundError: No module named 'tkFileDialog'
and
from tkutil import unbind_destroy ImportError: cannot import name 'unbind_destroy' from 'tkutil'
How can I fix this ?
Thanks!!
The text was updated successfully, but these errors were encountered: