Re: [Tutor] import openpyxl throws error in-spite I have python-openpyxl installed.

2016-06-09 Thread Joseph John
Like to give the status
I have messed up my  Python installation, now I remember there was the
default python installation from the OS installed and "Canopy" version
which I had setup in my home directories. Because of this reason import
openpyxl was not working for the shell ( I tested it by logging in as
another user)
In my my user space,I solved it by  giving
pip install openpyxl
Thanks
Joseph John




On Thu, Jun 9, 2016 at 8:51 AM, Joseph John  wrote:

> Hi All,
> I am trying to explore python, trying to read from excel file.
> I am using Ubuntu 16.04
> As a first step  I mae sure that  I have the package installed
> “python-openpyxl”
> Now in the python command line  when I tried to import openpyxl it throws
> error.
> >>> import openpyxl
> Traceback (most recent call last):
>   File "", line 1, in 
> ImportError: No module named openpyxl
> >>>
> My environment are
> OS Ubuntu 14.04 LTS
> Python 2.7.9 --  64-bit
> python-openpyxl version 1.7.0+ds1-1
>
> I am not able to find why the system throws error when I am importing
> openpyxl, since I have python-openpyxl installed.
>
> Like to request guidance and feedback
> Thanks
> Joseph John
>
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[Tutor] import openpyxl throws error in-spite I have python-openpyxl installed.

2016-06-08 Thread Joseph John
Hi All,
I am trying to explore python, trying to read from excel file.
I am using Ubuntu 16.04
As a first step  I mae sure that  I have the package installed
“python-openpyxl”
Now in the python command line  when I tried to import openpyxl it throws
error.
>>> import openpyxl
Traceback (most recent call last):
  File "", line 1, in 
ImportError: No module named openpyxl
>>>
My environment are
OS Ubuntu 14.04 LTS
Python 2.7.9 --  64-bit
python-openpyxl version 1.7.0+ds1-1

I am not able to find why the system throws error when I am importing
openpyxl, since I have python-openpyxl installed.

Like to request guidance and feedback
Thanks
Joseph John
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor