utah-geological-survey / loggerloader

ArcGIS Toolbox for use with ArcGISpro that allows for import and trend processing of water-level transducer data
https://apps.geology.utah.gov/gwdp/
GNU General Public License v3.0
2 stars 1 forks source link

Executable does not open on some computers. #20

Closed inkenbrandt closed 3 years ago

inkenbrandt commented 3 years ago

The current exe does not open on some machines. Currently awaiting screenshot of cmd window to determine the bugs that prevent this from opening.

inkenbrandt commented 3 years ago

https://stackoverflow.com/questions/9469932/app-created-with-pyinstaller-has-a-slow-startup

inkenbrandt commented 3 years ago

https://github.com/pyinstaller/pyinstaller/issues/1679

inkenbrandt commented 3 years ago

Resolved

inkenbrandt commented 3 years ago

This was an issue with pyinstaller and how the program was referencing other python files in the library, as well as issues with babel.numbers import and matplotlib. See the llgui.spec file for more details.