[Tutor] ImportError: No module named openpyxl.workbook

Alan Gauld alan.gauld at yahoo.co.uk
Fri May 11 19:08:01 EDT 2018


On 11/05/18 01:43, Pareshkumar Panchal wrote:

> Error:
> from openpyxl.workbook import Workbook
> ImportError: No module named openpyxl.workbook
> 
> I am using only pandas however it still works fine on one computer having
> openpyxl already installed eventhough i am not using openpyxl in the
> program while shows above error on other computer where openpyxl is not
> installed.

So install openpyxl?

The error says there are no module named openpyxl.workbook
That seems very likely if openpyxl is mossing.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list