esitarski / CrossMgr

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

CrossMrgVideo won't open #143

Open PearlJam09 opened 3 days ago

PearlJam09 commented 3 days ago

Describe the bug CrossMgrVideo Wont Open

To Reproduce Steps to reproduce the behavior:

  1. Go to CrossMgrVideo/MacOs
  2. Click on CrossMgrVideo
  3. Run Terminal
  4. Terminal Output: Traceback (most recent call last): File "CrossMgrVideo.pyw", line 6, in File "PyInstaller/loader/pyimod02_importers.py", line 378, in exec_module File "MainWin.py", line 32, in ModuleNotFoundError: No module named 'Clock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgrVideo.pyw", line 8, in ModuleNotFoundError: No module named 'CrossMgrVideo' [PYI-71314:ERROR] Failed to execute script 'CrossMgrVideo' due to unhandled exception: No module named 'CrossMgrVideo' [PYI-71314:ERROR] Traceback: Traceback (most recent call last): File "CrossMgrVideo.pyw", line 6, in File "PyInstaller/loader/pyimod02_importers.py", line 378, in exec_module File "MainWin.py", line 32, in ModuleNotFoundError: No module named 'Clock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgrVideo.pyw", line 8, in ModuleNotFoundError: No module named 'CrossMgrVideo'

jacobakravitz@MacBook-Pro MacOS %

Expected behavior CrossMgrVideo should run

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

esitarski commented 2 days ago

I assume you are running from source code. If so, cd into the CrossMgrVideo directory, then do "python3 UpdatedDependencies.py". You only need to do this whenever you update from github. Then do "python3 CrossMgrVideo.pyw".

You can also use the "crossmgr-install.py" method explained on the github page. "crossmgr-instal.py" downloads the latest of everything and does everything required to run (updates dependencies, compiles help, compiles translations, etc.).

On Wed, Sep 18, 2024 at 10:46 AM PearlJam09 @.***> wrote:

Describe the bug CrossMgrVideo Wont Open

To Reproduce Steps to reproduce the behavior:

  1. Go to CrossMgrVideo/MacOs
  2. Click on CrossMgrVideo
  3. Run Terminal
  4. Terminal Output: Traceback (most recent call last): File "CrossMgrVideo.pyw", line 6, in File "PyInstaller/loader/pyimod02_importers.py", line 378, in exec_module File "MainWin.py", line 32, in ModuleNotFoundError: No module named 'Clock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgrVideo.pyw", line 8, in ModuleNotFoundError: No module named 'CrossMgrVideo' [PYI-71314:ERROR] Failed to execute script 'CrossMgrVideo' due to unhandled exception: No module named 'CrossMgrVideo' [PYI-71314:ERROR] Traceback: Traceback (most recent call last): File "CrossMgrVideo.pyw", line 6, in File "PyInstaller/loader/pyimod02_importers.py", line 378, in exec_module File "MainWin.py", line 32, in ModuleNotFoundError: No module named 'Clock'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "CrossMgrVideo.pyw", line 8, in ModuleNotFoundError: No module named 'CrossMgrVideo'

@.*** MacOS %

Expected behavior CrossMgrVideo should run

Desktop (please complete the following information):

  • OS: MacBookPro M2, 32gb Ram. OS Sonoma 14.6.1
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

— Reply to this email directly, view it on GitHub https://github.com/esitarski/CrossMgr/issues/143, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABGXKNRANO5PH2GNSDRBGTZXGG3VAVCNFSM6AAAAABON33OICVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUZTGOJVGEYTINQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

--

Edward Sitarski