Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89832
| Date | 2015-05-03 08:54 +0200 |
|---|---|
| From | Ervin Hegedüs <airween@gmail.com> |
| Subject | Re: Python xlrd |
| References | <4c202871-d102-4bb0-85c4-3868dac02d03@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.50.1430636094.12865.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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