Closed valentinitnelav closed 1 year ago
On Linux and on my Windows virtual box I do not get this error, but on the Windows terminal server 01 seems to happen.
See solution proposed here https://stackoverflow.com/a/29780454/5193830
messagebox, along with some other modules like filedialog, does not automatically get imported when you import tkinter. Import it explicitly, using as and/or from as desired.
On Linux and on my Windows virtual box I do not get this error, but on the Windows terminal server 01 seems to happen.
See solution proposed here https://stackoverflow.com/a/29780454/5193830