-
Notifications
You must be signed in to change notification settings - Fork 6
Can't give input when user runs python script #6
Copy link
Copy link
Open
Description
I was hoping to use this for a personal IDE made in tkinter but when I try to run a python script that has an input command it gives the error:
"Exception in Tkinter callback
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/init.py", line 1892, in call
return self.func(*args)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/tkterminal/ternimal.py", line 203, in _on_keypress
or ((insert_idx.column <= self._limit_backspace or False)
TypeError: '<=' not supported between instances of 'int' and 'NoneType'"
Not only this, but when I use the command "python" it also gives that error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels