Closed noideaman closed 7 months ago
This same error pops up on my vr box which does not have python installed, with the same C:\python311 path
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
Fixed in v2.1.3
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.