I have an application I would like to package into a single file, but am running into issues with the --onefile
option including html, js, and css files. The process works fine when running --onedir
(of course after adding the path and desired path of the respective data files to the data
in analysis
of the .spec file.
I have tried the solution proposed in this question, but after packaging I get an error app name returned -1
. Furthermore, packaging to one file works fine when not including the code proposed by this answer, again missing the html, js, and css I need.
Has anyone run into this issue with pyinstaller 3.1.1 that has a fix?
Thanks in advance for any help!