very weird pandas behavior

ryguy7272 ryanshuell at gmail.com
Sun Dec 21 21:09:27 EST 2014


On Saturday, December 20, 2014 10:46:40 AM UTC-5, ryguy7272 wrote:
> 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?



Ok, if I enter this into the command prompt:

'pip show --files numpy'
'pip show --files pandas'

I get nothing returned from either entry.  That seems ot be a problem!




More information about the Python-list mailing list