Python Forum
Tkinter's strange error
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tkinter's strange error
#1
What have caused it?

my_string = '1)from decimal import Decimal'
Error:
Exception in Tkinter callback Traceback (most recent call last): File "C:\Python34\lib\tkinter\__init__.py", line 1538, in __call__ return self.func(*args) File "C:/Users/Владелец/Desktop/programming/Pr_Python/Pr_Python.py", line 154, in find into_string.get_inf(output) File "C:/Users/Владелец/Desktop/programming/Pr_Python/Pr_Python.py", line 134, in get_inf reester.input_tk(k, road) File "C:/Users/Владелец/Desktop/programming/Pr_Python/Pr_Python.py", line 38, in input_tk road.insert(INSERT, my_string) File "C:\Python34\lib\tkinter\__init__.py", line 3145, in insert self.tk.call((self._w, 'insert', index, chars) + args) _tkinter.TclError: invalid command name ".40584808"
Reply


Messages In This Thread
Tkinter's strange error - by Ponomarenko Pavlo - Jul-17-2017, 05:08 PM
RE: Tkinter's strange error - by Bass - Jul-17-2017, 05:18 PM
RE: Tkinter's strange error - by nilamo - Jul-19-2017, 04:43 PM
RE: Tkinter's strange error - by Bass - Jul-19-2017, 04:57 PM
RE: Tkinter's strange error - by Larz60+ - Jul-19-2017, 10:25 PM
RE: Tkinter's strange error - by Ponomarenko Pavlo - Jul-20-2017, 08:04 AM
RE: Tkinter's strange error - by Larz60+ - Jul-20-2017, 06:12 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020