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

2021-01-24 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> not a bug
stage:  -> resolved
status: pending -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-12-03 Thread Josh Rosenberg


Josh Rosenberg  added the comment:

Looks like someone tried to run python inside an interactive Python shell, 
rather than the command line. I'm moving to pending and will eventually close 
unless they add a repro for some actual bug.

--
nosy: +josh.r
status: open -> pending

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-12-03 Thread Karthikeyan Singaravelan


New submission from Karthikeyan Singaravelan :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-12-03 Thread Siva Krishna Giri Babu Avvaru


Change by Siva Krishna Giri Babu Avvaru :


--
nosy: sivakrishnaavvaru
priority: normal
severity: normal
status: open
title: Traceback (most recent call last):   File "", line 1, in  
NameError: name 'python' is not defined
type: compile error
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com