Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #89807 > unrolled thread
| Started by | lbertolotti <lucas.bertolotti@yahoo.com> |
|---|---|
| First post | 2015-05-02 15:12 -0700 |
| Last post | 2015-05-03 18:14 +0000 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
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
| From | lbertolotti <lucas.bertolotti@yahoo.com> |
|---|---|
| Date | 2015-05-02 15:12 -0700 |
| Subject | Python xlrd |
| Message-ID | <4c202871-d102-4bb0-85c4-3868dac02d03@googlegroups.com> |
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
[toc] | [next] | [standalone]
| From | Ervin Hegedüs <airween@gmail.com> |
|---|---|
| Date | 2015-05-03 08:54 +0200 |
| Message-ID | <mailman.50.1430636094.12865.python-list@python.org> |
| In reply to | #89807 |
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
[toc] | [prev] | [next] | [standalone]
| From | lbertolotti <lucas.bertolotti@yahoo.com> |
|---|---|
| Date | 2015-05-03 10:33 -0700 |
| Message-ID | <3af767be-8693-41ce-8c7e-5f4ff757c35f@googlegroups.com> |
| In reply to | #89832 |
lucas@lucas-K55VD:~$ dpkg -l python-xlrd Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-================================= ii python-xlrd 0.9.2-1 all extract data from Microsoft Excel
[toc] | [prev] | [next] | [standalone]
| From | Dan Sommers <dan@tombstonezero.net> |
|---|---|
| Date | 2015-05-03 18:14 +0000 |
| Message-ID | <mi5oj0$8pb$1@dont-email.me> |
| In reply to | #89886 |
On Sun, 03 May 2015 10:33:25 -0700, lbertolotti wrote: > lucas@lucas-K55VD:~$ dpkg -l python-xlrd > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend > |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) > ||/ Name Version Architecture Description > +++-==============-============-============-================================= > ii python-xlrd 0.9.2-1 all extract data from Microsoft Excel Make sure that the python versions match. My system has both python-xlrd and python3-xlrd. HTH, Dan
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web