Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #89832

Re: Python xlrd

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <airween@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'broken': 0.04; 'subject:Python': 0.06; 'utf-8': 0.07; 'questions?': 0.09; 'cc:addr:python-list': 0.11; 'sudo': 0.16; 'xlrd': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'module': 0.19; 'import': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'gives': 0.31; '-0700,': 0.31; 'received:google.com': 0.35; 'ubuntu': 0.36; 'hi,': 0.36; 'from:charset:utf-8': 0.61; 'content- disposition:inline': 0.62; 'by:': 0.65; 'to:addr:yahoo.com': 0.81; '2015': 0.84; 'apt-get': 0.84; 'received:hu': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=K54Nam8B7IEMoOAZ0OndcrsEDmnvkctUIBfhSUNq44U=; b=S1wVjCcFLOOs3xJ3zIARu+GOcDBHy3lr+5GO/TEe3MQF/A8rUVGQ1kglg9KZqJU0qR /BViaFSfj+QFY4KE2v6YeiTkCzUa9JsnoiF5zpsizLbsLdrxahcYHWmKmMSKJfp/WzsX IYrb172OeWVDLJH2KAVWSvZesP2MZdk0KuiE6F2dYuxytmbgxbXFB7K4venQJ4+6gCeu yj7TFqhn4OpsPmpDxZk/0GRuqHHNE7sW4zhBbE2omklp4Mftiz+Mcq9U1cwp95XqHhyd T6vFm2+XlgaGyY9tIxGbQl5cFaWqq8z/aCf4C8L51j4/jTWCPUCxLcBAHEJN/Leny+T2 /lrA==
X-Received by 10.180.160.169 with SMTP id xl9mr9896110wib.42.1430636086720; Sat, 02 May 2015 23:54:46 -0700 (PDT)
Date Sun, 3 May 2015 08:54:43 +0200
From Ervin Hegedüs <airween@gmail.com>
To lbertolotti <lucas.bertolotti@yahoo.com>
Cc python-list@python.org
Subject Re: Python xlrd
References <4c202871-d102-4bb0-85c4-3868dac02d03@googlegroups.com>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
In-Reply-To <4c202871-d102-4bb0-85c4-3868dac02d03@googlegroups.com>
User-Agent Mutt/1.5.21 (2010-09-15)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.50.1430636094.12865.python-list@python.org> (permalink)
Lines 25
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1430636094 news.xs4all.nl 2925 [2001:888:2000:d::a6]:36789
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:89832

Show key headers only | View raw


hi,

On Sat, May 02, 2015 at 03:12:46PM -0700, lbertolotti via Python-list wrote:
> Ubuntu terminal gives me:
> 
> import xlrd
> 
> I get "ImportError: No module named xlrd"
> 
> Any ideas? I installed it by:
> 
> sudo apt-get install python-xlrd

what's the answers of your system for these questions?

dpkg -C		// check the broken packages
dpkg -l python-xlrd	// check the status of xlrd package



a.


-- 
I � UTF-8

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python xlrd lbertolotti <lucas.bertolotti@yahoo.com> - 2015-05-02 15:12 -0700
  Re: Python xlrd Ervin Hegedüs <airween@gmail.com> - 2015-05-03 08:54 +0200
    Re: Python xlrd lbertolotti <lucas.bertolotti@yahoo.com> - 2015-05-03 10:33 -0700
      Re: Python xlrd Dan Sommers <dan@tombstonezero.net> - 2015-05-03 18:14 +0000

csiph-web