[issue40011] Tkinter widget events are of type Tuple

2020-03-18 Thread Hênio Tierra Sampaio
Hênio Tierra Sampaio added the comment: I'm maintainer for a project for the RaspberryPi, a GUI for OMXPlayer called TBOPlayer. This GUI was originally made for Python 2, but with Python 2 deprecation, I decided to convert it to Python 3. After (supposedly) converting all of it I had

[issue40011] Widget events are of type Tuple

2020-03-18 Thread Hênio Tierra Sampaio
New submission from Hênio Tierra Sampaio : I'm maintainer for a project for the RaspberryPi, a GUI for OMXPlayer called TBOPlayer. This GUI was originally made for Python 2, but with Python 2 deprecation, I decided to convert it to Python 3. After (supposedly) converting all of it I had

[issue40011] Tkinter widget events are of type Tuple

2020-03-18 Thread Hênio Tierra Sampaio
Change by Hênio Tierra Sampaio : -- title: Widget events are of type Tuple -> Tkinter widget events are of type Tuple ___ Python tracker <https://bugs.python.org/issu

[issue40011] Tkinter widget events are of type Tuple

2020-03-18 Thread Hênio Tierra Sampaio
Hênio Tierra Sampaio added the comment: Sorry for the similar messages. The second one was to remove the paragraph stating that it would be possible to circumvent the problem of the Listbox - it is not. -- ___ Python tracker <ht

[issue40011] Tkinter widget events become tuples

2020-03-21 Thread Hênio Tierra Sampaio
Hênio Tierra Sampaio added the comment: Yes, you guys were right. I solved the problem by writing a new, simpler debugging class. I'm sorry for taking your time! Thank you! -- ___ Python tracker <https://bugs.python.org/issue40