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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to