Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.81.MISMATCH!newsfeed.xs4all.nl!newsfeed2.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.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'installed.': 0.07; 'sys': 0.07; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'cmd': 0.16; 'command,': 0.16; 'nameerror:': 0.16; "skip:' 60": 0.16; 'skip:[ 30': 0.16; 'wrote:': 0.18; 'bit': 0.19; "skip:' 30": 0.19; 'import': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'commands,': 0.24; 'versions': 0.24; 'question': 0.24; 'suggested': 0.26; 'this:': 0.26; 'downloaded': 0.26; 'defined': 0.27; '2010,': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'tried': 0.27; '(c)': 0.29; 'am,': 0.29; "skip:' 10": 0.31; '"",': 0.31; '>>>>': 0.31; 'directory,': 0.31; 'ones.': 0.31; 'steven': 0.31; 'file': 0.32; 'this.': 0.32; 'run': 0.32; '(most': 0.33; 'december': 0.35; 'except': 0.35; 'thanks': 0.36; 'to:addr :python-list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'then,': 0.60; 'course': 0.61; "you're": 0.61; 'name': 0.63; 'more': 0.64; 'reserved.': 0.68; '20,': 0.68; 'received:74.208': 0.68; 'jul': 0.74; 'received:74.208.4.194': 0.84; 'subject:very': 0.91; '2013': 0.98 Date: Sun, 21 Dec 2014 09:19:20 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: very weird pandas behavior References: <7a83719d-f39c-49ad-8df5-3d3d19c127b1@googlegroups.com> <9ca0491d-6589-4184-8487-68527dc9469b@googlegroups.com> In-Reply-To: <9ca0491d-6589-4184-8487-68527dc9469b@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:cc8p0JqQ9Cx5MkPPFRscMjYo1suKNzmX7J0Mg25NEkT /79bW1xtFWdIzrPXNtYggMb1qloIqqwDrr05HVYev65o0Jg4l1 WTtX/KMMLD4M/ggomxA/WB3qowzaluDNbBUFBAYwDBfhZ11p+3 kFKMWu9n56CWmmJUxZqnuKQdGk7MnsE2UZscYibhWDWHhLZnsj uTYiRJcbqsnmC9yLdqGHEIXwDJ74mNIK9K4ZmFe3fSWQd8RDvm ypULQDV+LJqyA1KPLQDhzVuUsRXEMVgJ67EQvklySuHBN4IVji tEJl+MbQ4C3UKKVbDWvLiykqK0kFxAxQHK/HjugerdFifMBeqj 1cMwsd72MMP8IOsce/yk= X-UI-Out-Filterresults: notjunk:1; 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: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1419171581 news.xs4all.nl 2918 [2001:888:2000:d::a6]:57488 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:82719 On 12/21/2014 07:44 AM, 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" > > Thanks Steven. I just tried what you recommended, and got this. > >>>> import sys >>>> print(sys.version) > 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] >>>> print(sys.path) > ['C:\\Python27\\Lib\\idlelib', 'C:\\Python27\\lib\\site-packages\\requests-2.4.3-py2.7.egg', 'C:\\Python27\\lib\\site-packages\\html-1.16-py2.7.egg', 'C:\\Python34', 'C:\\WINDOWS\\SYSTEM32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages'] >>>> > > > I also got this. > > Microsoft Windows [Version 6.3.9600] > (c) 2013 Microsoft Corporation. All rights reserved. > > C:\Users\Ryan>python > Python 2.7 (r27:82525, Jul 4 2010, 07:43:08) [MSC v.1500 64 bit (AMD64)] on win > 32 > Type "help", "copyright", "credits" or "license" for more information. >>>> python27 > Traceback (most recent call last): > File "", line 1, in > NameError: name 'python27' is not defined python27 and python33 are Windows commands, not Python ones. You run them at the cmd prompt. Steven suggested those to see what other versions of Python you have installed. And of course the other question is what directory did pandas get installed to. You can find that out with the find command, except that you're on Windows. So I think you'd have to use dir /s -- DaveA