support PyInstaller as bundler Tested with PyInstaller 3.2.1, resulting exes can run `wflow_rhine_sbm_nc` example without errors. Also all e…
Show more
support PyInstaller as bundlerTested with PyInstaller 3.2.1, resulting exes can run`wflow_rhine_sbm_nc` example without errors. Also all executables canstart without crashing (unless they do because of missing command linearguments).If UPX is available, compression will be applied. Even with compressionthe size of the final dist folder is currently around 280 MB. This canpossibly be reduced by looking at what[excludes](http://pyinstaller.readthedocs.io/en/stable/spec-files.html)are possible to add.
Show less