You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\noideaman\AppData\Local\Programs\OSCLeash>OSCLeash.exe
Traceback (most recent call last):
File "C:\Python311\Lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 124, in run
File "C:\Python311\Lib\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
File "..\OSCLeash.py", line 7, in <module>
ModuleNotFoundError: No module named 'Controllers'
but running with python works just fine, i only installed python_osc over pip no extra modules
I have tried adding packages and modules to the build config, but to no avail so far.
The text was updated successfully, but these errors were encountered:
Found the issue.
Will need to fix realtive paths, as the the script builds out of the "build" folder. so it cant find the "controller" folder as it's working dir is one level too high
Adding this to the build_options for the exe should help https://cx-freeze.readthedocs.io/en/stable/setup_script.html#cmdoption-arg-path
Error output
but running with python works just fine, i only installed python_osc over pip no extra modules
I have tried adding packages and modules to the build config, but to no avail so far.
The text was updated successfully, but these errors were encountered: