Hi everyone!

I'm newbie with python, so I don't know every details yet.
I've done an app that reads data from database and it should write datas to 
excel by using tablib. It works on my development environment (pycharm)

When wrapping it to exe and moving it to production (windows pc) (with 
hidden-import 'openpyxl') everything goes ok, but when writing data to 
execl (dic contains the datas)
 with open(file, 'wb') as f:
                f.write(dic.export("xlsx"))

No module named 'tablib.formats._xlsx'

How to add that module to the exe.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/76b9059c-9cb8-4431-b76e-bb1934991266n%40googlegroups.com.

Reply via email to