Please only respond to this post if you use Python on Windows, rather than Mac or Linux.
Error message:
>>> import numpy 
Traceback (most recent call last):
File "stdin", line 1, in <module>
ImportError: No module named 'numpy'
Questions:
- Regarding windows 7, python 3.4.3 and numpy-1.9.2, are there any conflicts that would prevent these from working together? 
- Into which directory (please write out the complete directory path starting with "C:") should I extract the contents of the numpy zip file? 
- What is the exact command that I need to type into python command prompt in order to install numpy? 
Thanks in advance for your assistance
 
     
     
     
     
    