very weird pandas behavior

ryguy7272 ryanshuell at gmail.com
Sat Dec 20 10:46:14 EST 2014


I downloaded pandas and put it in my python directory, then, at the C-prompt, I ran this:
"pip install pandas"

It looks like everything downloaded and installed fine.  Great.

Now, in Python Shell, I enter this:
import pandas as pd

I get this error.  
Traceback (most recent call last):
  File "<pyshell#19>", line 1, in <module>
    import pandas as pd
ImportError: No module named pandas


Any idea what I'm doing wrong?



More information about the Python-list mailing list