[issue42565] Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'python' is not defined

Karthikeyan Singaravelan report at bugs.python.org
Fri Dec 4 00:09:28 EST 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

Please attach the program to reproduce the issue along with the full traceback in the issue body. It looks like you are trying to use a variable named 'python' which is not present at the given scope during execution.

----------
nosy: +xtreak
type: compile error -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42565>
_______________________________________


More information about the Python-bugs-list mailing list