Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.04; 'output': 0.05; '(python': 0.07; 'great.': 0.07; 'importerror:': 0.07; 'pypi': 0.07; 'socket': 0.07; 'default.': 0.09; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '2.7': 0.14; 'language.': 0.14; '(default': 0.16; 'deprecated.': 0.16; 'exit.': 0.16; 'fine.': 0.16; 'log.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'stuff,': 0.16; 'timeout': 0.16; 'uninstall': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'trying': 0.19; 'packages.': 0.19; 'help.': 0.21; 'command': 0.22; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'alternate': 0.24; 'proxy': 0.24; 'specify': 0.24; 'looks': 0.24; 'this:': 0.26; 'downloaded': 0.26; 'header:X-Complaints- To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; 'idea': 0.28; "i'm": 0.30; '"",': 0.31; 'directory,': 0.31; 'file': 0.32; 'figure': 0.32; 'option': 0.32; 'quite': 0.32; '(most': 0.33; 'december': 0.35; 'version': 0.36; 'everyone.': 0.36; 'format.': 0.36; 'options:': 0.36; 'patient': 0.36; 'doing': 0.36; 'thanks': 0.36; "i'll": 0.36; 'error.': 0.37; 'requirements': 0.37; 'list': 0.37; 'being': 0.38; 'to:addr :python-list': 0.38; 'skip:- 10': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'read': 0.60; 'logs': 0.60; 'then,': 0.60; 'show': 0.63; 'information': 0.63; 'skip:n 10': 0.64; 'our': 0.64; 'zip': 0.64; 'more': 0.64; 'charset:windows-1252': 0.65; '20,': 0.68; 'default': 0.69; 'eyes': 0.78; 'commands.': 0.84; 'failures.': 0.84; 'happened.': 0.84; 'here...': 0.84; 'wheel': 0.84; 'shell,': 0.91; 'subject:very': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: very weird pandas behavior Date: Mon, 22 Dec 2014 02:51:45 +0000 References: <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <04f0d761-0ae8-46bd-9756-293618e74679@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-27-29.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <04f0d761-0ae8-46bd-9756-293618e74679@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 91 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419216726 news.xs4all.nl 2908 [2001:888:2000:d::a6]:39365 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82743 On 22/12/2014 02:07, ryguy7272 wrote: > 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 "", line 1, in >> 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... > Try 'pip --help'. c:\cpython>pip --help Usage: pip [options] Commands: install Install packages. uninstall Uninstall packages. freeze Output installed packages in requirements format. list List installed packages. show Show information about installed packages. search Search PyPI for packages. wheel Build wheels from your requirements. zip DEPRECATED. Zip individual packages. unzip DEPRECATED. Unzip individual packages. bundle DEPRECATED. Create pybundles. help Show help for commands. General Options: -h, --help Show help. -v, --verbose Give more output. Option is additive, and can be used up to 3 times. -V, --version Show version and exit. -q, --quiet Give less output. --log-file Path to a verbose non-appending log, that only logs failures. This log is active by default at C:\Users\Mark\pip\pip.log. --log Path to a verbose appending log. This log is inactive by default. --proxy Specify a proxy in the form [user:passwd@]proxy.server:port. --timeout Set the socket timeout (default 15 seconds). --exists-action Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup. --cert Path to alternate CA bundle. Having digested the above try 'pip list'. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence