Re: PYTHON DIDNT DETECTED

2019-09-02 Thread Cameron Simpson
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...]

PYTHON DIDNT DETECTED

2019-09-01 Thread АРТЁМ БОЗАДЖИ via Python-list
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'