Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'importerror:': 0.05; "'python": 0.07; '21,': 0.07; 'cc:addr:python-list': 0.09; 'url:faqs': 0.09; 'python': 0.10; 'syntax': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'rather,': 0.16; 'syntaxerror:': 0.16; 'url:catb': 0.16; 'url:pip': 0.16; 'wrote:': 0.16; 'thanks.': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'skip:" 30': 0.20; 'do.': 0.22; '"",': 0.22; 'either.': 0.22; 'fine,': 0.22; 'ok.': 0.22; 'seems': 0.23; 'tried': 0.24; 'import': 0.24; '(most': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; "doesn't": 0.26; 'message-id:@mail.gmail.com': 0.27; 'idea': 0.28; 'this.': 0.28; "i'm": 0.30; 'error.': 0.31; 'guess': 0.31; 'traceback': 0.33; 'tue,': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'skip:c 30': 0.35; 'question,': 0.35; 'but': 0.36; 'url:org': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'doing': 0.38; "won't": 0.38; 'someone': 0.38; 'mean': 0.38; 'url:en': 0.39; 'back': 0.62; 'here.': 0.62; 'experts.': 0.66; 'jul': 0.72; 'obvious': 0.76; 'basics.': 0.84; 'chrisa': 0.84; 'utc-4,': 0.84; 'to:none': 0.91; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=zW0PnyZkNZQexZ7AR9J3KLxQjGu+9gBg8EgpOWHlK/o=; b=pQl8pZmiJ8boqBZhEww2YQde1yrjwAYNqRtT8pPmGexoVeLE34ynvtBHqe4Rn4nn+l sMQHsh/VLeHbToxeAdcuH6klEA+dO44Jn22DKusiTOzFxQGdEuVGjUKI6ohoYRwr92zY ikKYjq891vUQrHuEQmTBtNArHDMJ7D94HNP95cM2aQhOJ+YL0Evj6Zf4fmlHfLXVGiAQ 4rx1PeAgmJVFObuAbKRQAsU0k2wEDSAaNYtZ46SNwfq+VWY780hDh/eKK8VVJvqmzoEJ 0bpz6B19gDIA17JhEzxq2WQohpcpoXCyTW0Nlu+2NC7zPJN570SNNPGywVltv+OhMCig ngYQ== MIME-Version: 1.0 X-Received: by 10.50.142.67 with SMTP id ru3mr18691076igb.16.1437447407220; Mon, 20 Jul 2015 19:56:47 -0700 (PDT) In-Reply-To: <12a01cc0-ac0a-4b75-bce3-767ed81b623b@googlegroups.com> References: <5ef13508-ad29-4c51-99dc-6ab94c44945e@googlegroups.com> <12a01cc0-ac0a-4b75-bce3-767ed81b623b@googlegroups.com> Date: Tue, 21 Jul 2015 12:56:47 +1000 Subject: Re: Can't Install Pandas From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 40 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1437447410 news.xs4all.nl 2831 [2001:888:2000:d::a6]:56181 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:94254 On Tue, Jul 21, 2015 at 12:51 PM, ryguy7272 wrote: > On Sunday, July 19, 2015 at 11:05:46 PM UTC-4, ryguy7272 wrote: >> Hello experts. I odwnloaded Pandas, and put it here. >> C:\Python34\Scripts\pandas-0.16.2 >> >> Then, I ran this in what most people call the c-prompt, but I call it the 'Python 3.4.3 Shell' >> "C:\Python34\Scripts\pandas-0.16.2>" "pip install 'setup.py'" >> >> It seems like everything ran fine, so I try this. >> import pandas as pd >> >> Then 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? >> >> >> I tried to follow the instructions here. >> https://pip.pypa.io/en/latest/installing.html >> >> >> That doesn't work either. >> python get-pip.py >> SyntaxError: invalid syntax >> >> I won't even ask the most obvious question, because I guess it's impossible to do. Rather, can someone please help me to get this working? >> >> Thanks. > > Ok. Back to the basics. > Thanks. If by "basics" you mean this, then yes. http://www.catb.org/esr/faqs/smart-questions.html ChrisA