Project working directory issue (file usage/importing)
evstarMC opened this issue · 0 comments
evstarMC commented
The simulated project seems to execute from within the base directory of the computer instead of where the python file is located. This can be seen by seen by using print(os.getcwd())
. This makes importing other scripts/images/assets a bit over-complicated.