I wrote a script that opens and fetches values from .ods
file and creates a new sheet and writes values using pyexcel
and pyexcel_ods3
. After converting into an executable I get this error No suitable library found for ods
.
Code :
sheet = pyexcel.get_sheet(file_name="sample.ods")
pyexcel - 0.4.2 pyexcel-io - 0.3.1 pyexcel-ods3 - 0.3.0 PyInstaller - 3.2.1
PS : I tried hidden imports and hook. I did some work and think its due to __import__
in manager.py
ofpyexcel_io
.