Forums

importing openpyxl module

Hi there, I'm new to python anywhere and I'm having a problem. I understoood that a module that is listed on the "Batteries included" page doesn't have to be installed. Well when I just import openpyxl I get the folllowing message, "unable to open X server `' @ error/import.c/ImportImageCommand/364" What am I doing wrong? Thank you very much

Hi, it's not the problem of missing module, but what you're trying to do with it. Could you show the full traceback error message or/and relevant bit of your code?