Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'great.': 0.07; 'importerror:': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'sql,': 0.09; 'uninstalled': 0.09; 'vba,': 0.09; 'python': 0.11; 'language.': 0.14; 'books': 0.15; '"python': 0.16; 'advice,': 0.16; 'fine.': 0.16; 'formula': 0.16; 'insightful': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'stories,': 0.16; 'url:success': 0.16; 'java,': 0.16; 'all.': 0.16; 'do,': 0.16; 'language': 0.16; 'wrote:': 0.18; 'module': 0.19; 'else,': 0.19; 'possible,': 0.19; 'work,': 0.20; 'seems': 0.21; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; '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; 'idea': 0.28; "doesn't": 0.30; '(like': 0.30; 'waste': 0.30; "i'm": 0.30; '"",': 0.31; 'directory,': 0.31; 'file': 0.32; 'stuff': 0.32; 'another': 0.32; 'url:python': 0.33; 'everyone': 0.33; '(most': 0.33; "i'd": 0.34; 'december': 0.35; 'doing': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'error.': 0.37; 'application': 0.37; 'tools,': 0.38; 'winning': 0.38; 'to:addr:python-list': 0.38; 'rather': 0.38; 'anything': 0.39; 'recent': 0.39; 'bad': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'then,': 0.60; 'tell': 0.60; 'url:about': 0.61; 'year.': 0.61; 'success': 0.61; 'world.': 0.61; 'simply': 0.61; 'companies': 0.62; 'back': 0.62; 'kind': 0.63; 'real': 0.63; 'our': 0.64; 'become': 0.64; 'more': 0.64; 'charset:windows-1252': 0.65; 'here': 0.66; '20,': 0.68; '100,000': 0.84; 'complex,': 0.84; 'real-life': 0.84; 'received:as9105.com': 0.84; 'received:dsl.as9105.com': 0.84; 'received:dynamic.dsl.as9105.com': 0.84; 'ssis,': 0.84; 'institutions': 0.91; '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 16:39:07 +0000 References: <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <0bffa65b-c2e9-4188-96fa-68092d559dcf@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 80-44-192-214.dynamic.dsl.as9105.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 In-Reply-To: <0bffa65b-c2e9-4188-96fa-68092d559dcf@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: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419266406 news.xs4all.nl 2835 [2001:888:2000:d::a6]:36837 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82788 On 22/12/2014 15:55, 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 Rustom. That is insightful advice, indeed. I will cherish your wisdom. > > > To everyone else, I'm going back to VBA, VB, C#, Java, SQL, SSIS, R, & Matlab, simply because all of those work perfectly fine. I have countless ways to do everything in the world. For me, Python was just another way to do, what I already do now. > > I don't have time to screw around with all kind of nonsense that doesn't do anything, other than tell me 1+1=2. That pretty much the only thing that works in Python. To do anything more complex, seems impossible. Rather than make the impossible become possible, I'd rather focus on things that help me do stuff (like process 100,000 man-hours of work in less than 1 hour). Learning Python was both fun & frustrating. If you need to waste time, work with Python. If you need to do real work, use any on the following: VBA, VB, C#, Java, SQL, R, & Matlab. I just uninstalled Python and deleted 15 Python books that I found online. AHHHHHhhhhhhhhhhhh! I feel great!!!!!!!!!!!! > > That's all. > https://www.python.org/about/success/ "Python is part of the winning formula for productivity, software quality, and maintainability at many companies and institutions around the world. Here are 41 real-life Python success stories, classified by application domain." So it looks as if this is yet another case of a bad workman always blames his tools, we seem to have had a lot of them this year. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence