esitarski / CrossMgr

Cyclo Cross Management Application
MIT License
41 stars 21 forks source link

SeriesMgr_3_0_11-20210824091959 - Script error #78

Closed ChainGangEvents closed 3 years ago

ChainGangEvents commented 3 years ago

Launch after install of the latest release an "Unhandled exception in script" error displayed with the following error message:

__Failed to execute script 'SeriesMgr' due to unhandled exception: No module named 'SetRangeMerge' Traceback (most recent call last): File "SeriesMgr.pyw", line 1, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 31, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "Dependencies.py", line 1, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in execmodule File "Model.py", line 26, in ModuleNotFoundError: No module named 'SetRangeMerge' _

esitarski commented 3 years ago

Thanks for finding that. Now fixed in the latest release.

On Wed, Aug 25, 2021 at 8:23 AM ChainGangEvents @.***> wrote:

Launch after install of the latest release an "Unhandled exception in script" error displayed with the following error message:

_

Failed to execute script 'SeriesMgr' due to unhandled exception: No module named 'SetRangeMerge' Traceback (most recent call last): File "SeriesMgr.pyw", line 1, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "MainWin.py", line 31, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "Dependencies.py", line 1, in File "PyInstaller\loader\pyimod03_importers.py", line 546, in exec_module File "Model.py", line 26, in ModuleNotFoundError: No module named 'SetRangeMerge' _

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/78, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKOBRIQ3INDOSRW7PXTT6TOEVANCNFSM5CY6MGBQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

--

Edward Sitarski

ChainGangEvents commented 3 years ago

Thank you for the fix Edward.