You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a snake game based with python using the module of turtle
Traceback
Traceback (most recent call last):
File "C:\Users\HP\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 214, in run_fileself.edit_run_configurations(
File "C:\Users\HP\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 232, in edit_run_configurationsself.dialog.setup()
File "C:\Users\HP\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 760, in setupself.run_conf_model.get_initial_index())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\HP\AppData\Local\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\models.py", line 192, in get_initial_indexreturnself.inverted_index[self.current_configuration]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^KeyError: None
Hey @SheikNaser, thanks for reporting. This is a duplicate of issue #23299, so I'm going to close it in favor of it.
However, we still don't know why it happens. So, please post here or in that issue a series of detailed steps that reliably generate the error. Thanks!
Description
What steps will reproduce the problem?
a snake game based with python using the module of turtle
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: