very weird pandas behavior

oldknackers at googlemail.com oldknackers at googlemail.com
Sun Dec 21 20:25:47 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?

It's begining to look like weird behavour from ryguy7272, multipe times asking how to install numpy on python-forum.org and not following the advice given.
http://www.python-forum.org/viewtopic.php?f=10&t=13700&p=23970#p23970
http://www.python-forum.org/viewtopic.php?f=6&t=13748&p=24082#p24082



More information about the Python-list mailing list