Closed 13917904019 closed 2 years ago
For any dependencies that include json/javascript files such as trame-client
, you will need to add a line like --collect-data trame-client
to the pyinstaller command. That should fix the Linux issue. I'm not sure about the Windows issue.
@psavery Thanks. You are right.
After running pyinstaller, I got the desktop file. When running the desktop file in ubuntu, I got the FileNotFoundError.
When running the desktop file in windows, I got the System.NullReferenceException.
How to solve the problems. Thanks.