very weird pandas behavior

oldknackers at googlemail.com oldknackers at googlemail.com
Mon Dec 22 01:21:28 EST 2014


On Saturday, December 20, 2014 3:46:40 PM UTC, 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?

Take a look at ryguy7272's previous questions here
https://groups.google.com/forum/#!searchin/comp.lang.python/ryguy7272
which take no notice of advice given.



More information about the Python-list mailing list