You just need to tell PyInstaller to include Gekko’s data files. Edit your 
spec putting from PyInstaller.utils.hooks import collect_data_files at the 
top, set the datas=[] argument to datas=collect_data_files('gekko') then 
rebuild with pyinstaller GekkoTest.spec.

-- 
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 pyinstaller+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/d4e7d27a-cd70-435b-922d-c7be5e48bb07n%40googlegroups.com.

Reply via email to