on windows 8.1:
my python folder is C:\Python27
python will not run from the command prompt.. it will only run once I have changed directories to C:\Python27
I have updated the path to include C:\Python27
why doesn't it run from the command prompt?
I can't seem to import anything in idle
I get this error: import nympy
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import nympy
ImportError: No module named nympy
I am trying to import nympy, matplotlib, and sklearnit
please help
my python folder is C:\Python27
python will not run from the command prompt.. it will only run once I have changed directories to C:\Python27
I have updated the path to include C:\Python27
why doesn't it run from the command prompt?
I can't seem to import anything in idle
I get this error: import nympy
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import nympy
ImportError: No module named nympy
I am trying to import nympy, matplotlib, and sklearnit
please help