You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and get dist_pyinstaller\mainc.exe binary file.
the application can start well. but will fail when it's time to use pyexcel_xlsx functionility.
Traceback (most recent call last):
File "pyexcel2csv_gui\winmain\winmain.py", line 72, in on_btnSelectExcelFileAndExport2Csv_clicked
File "site-packages\pyexcel_xlsx\__init__.py", line 38, in get_data
File "site-packages\pyexcel_io\io.py", line 65, in get_data
File "site-packages\pyexcel_io\io.py", line 83, in _get_data
File "site-packages\pyexcel_io\io.py", line 173, in load_data
File "site-packages\pyexcel_io\plugins.py", line 78, in get_a_plugin
File "site-packages\lml\plugin.py", line 275, in load_me_now
File "site-packages\lml\plugin.py", line 303, in dynamic_load_library
File "site-packages\lml\utils.py", line 60, in do_import_class
ImportError: No module named xlsxr
Hi, I‘ve test an pyqt GUI app with pyexcel_xlsx, my application is finally packaged as an exectuion file by pyinstaller OR cx_freeze,
and get dist_pyinstaller\mainc.exe binary file.
the application can start well. but will fail when it's time to use pyexcel_xlsx functionility.
anlyse the source code
pyexcel_xlsx has been installed by pip. and
file exists.
if directory call by CLI way
to run same mainc.py script, ALL works ok.
ENV is python 2.7.9.
so , seems the dynamic loading not works well in pyinstaller OR cx_freeze situation ?
The text was updated successfully, but these errors were encountered: