On 31Aug2019 21:30, АРТЁМ БОЗАДЖИ <artemiboza...@mail.ru> wrote:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
NameError: name 'python' is not defined and more 

You seem to have left off the command which gave this error message.

C:\Users\VeNoMD>python -v
[..."python" from your command prompt works...]

I would guess that you hare put the command "python" _inside_ a python script. The command "python" is for use _outside_ the script, to invoke the script.

We'd need to see what you did, and your script, to offer better advice.

Cheers,
Cameron Simpson <c...@cskk.id.au>
--
https://mail.python.org/mailman/listinfo/python-list
  • PYTHON DIDNT DETECTED АРТЁМ БОЗАДЖИ via Python-list
    • Re: PYTHON DIDNT DETECTED Cameron Simpson

Reply via email to