very weird pandas behavior

ryguy7272 ryanshuell at gmail.com
Sun Dec 21 21:07:14 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?



Thanks for being patient with me everyone.


I just tried this:
C:\Users\Ryan>pip --version
pip 1.5.6 from C:\Python27\lib (python 2.7)

C:\Users\Ryan>python --version
Python 2.7


I just tried 'pip show --files numpy' in the command prompt; nothing happened.


I'll read that link now.


I know my eyes are not very good...my vision is quite poor...but I'm trying to read this stuff, and I'm trying to figure out what's going on here...



More information about the Python-list mailing list