rdoddanavar / hpr-sim

6DOF Flight Simulation for High Power Model Rocketry
https://rdoddanavar.github.io/hpr-sim/
GNU General Public License v3.0
3 stars 2 forks source link

PyInstaller Build Setup #33

Open rdoddanavar opened 3 years ago

rdoddanavar commented 3 years ago

Goals:

rdoddanavar commented 3 years ago

https://stackoverflow.com/questions/25733467/no-module-named-when-using-pyinstaller

rdoddanavar commented 4 months ago

Be careful when using multiprocessing library; special handling needed: https://pyinstaller.org/en/stable/common-issues-and-pitfalls.html#why-is-calling-multiprocessing-freeze-support-required

rdoddanavar commented 4 months ago

"Before you attempt to bundle to one file, make sure your app works correctly when bundled to one folder. It is is much easier to diagnose problems in one-folder mode."