valentinitnelav / img-with-box-from-excel

boxcel: Integrate Excel with Python for visualizing images with their corresponding bounding boxes for object detection annotation workflows
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

AttributeError: module 'tkinter' has no attribute 'messagebox' #17

Closed valentinitnelav closed 1 year ago

valentinitnelav commented 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.