Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Got this error:

Traceback (most recent call last):
  File "<pyshell#3>", line 1, in <module>
    import numpy
  File "C:\Progra~1\Python25\lib\numpy\__init__.py", line 127, in <module>
ImportError: Error importing numpy: you should not try to import numpy from
        its source directory; please exit the numpy source tree, and relaunch
        your python intepreter from there.

Please help!

Thanks

share|improve this question
1  
Very similar to this question: stackoverflow.com/questions/17371565/importing-numpy-in-python – tripleee Jun 29 at 9:05

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.