On 31Aug2019 21:30, АРТЁМ БОЗАДЖИ wrote:
Traceback (most recent call last):
File "", line 1, in
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...]
Traceback (most recent call last):
File "", line 1, in
NameError: name 'python' is not defined and more
C:\Users\VeNoMD>python -v
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' #
import '_warnings' #
import '_weakref' #
# installing zipimport hook
import 'zipimport'