Mauro
Mauro
``` >>> sys.path ['', 'C:/Program Files/Csound6_x64/bin', 'C:/msys64/home/[username]', 'C:/msys64/mingw64/lib/python38.zip', 'C:/msys64/mingw64/lib/python3.8', 'C:/msys64/mingw64/lib/python3.8/lib-dynload', 'C:/msys64/mingw64/lib/python3.8/site-packages'] ```
In PYTHONPATH I have: PYTHONPATH='C:\Program Files\Csound6_x64\bin\;C:\Program Files\Csound6_x64\bin\;C:\Program Files\Csound6_x64\bin\;' I see only Csound related dirs there, so is it an environment variable set by Csound installer? And that's automatically added to...
Ok, but then I fail to understand why with `python main.py` the interpreter loads the right DLLs... That's very confusing to me... Does this mean that the sys.path variable is...
Maybe that was under the assumption that python would search first there... In that case the above comment would make sense... Unfortunately it looks like python internally doesn't use sys.path...
P.S.: sorry, I noticed I forgot to thank you for your great support until now... Thanks! :wink: