Is it possible to reference the python code in the parent folder of the current folder like this:
PYTHONPATH = "../../Python_Code"
It won't work on my computer. The objective is to avoid hard coded paths.
Indeed, you can set this like so:
PYTHONPATH = ThisWorkbook.Path & "/.."
You might need at least v0.7.0 though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With