Relative path in Xlwings Pythonpath -


is possible reference python code in parent folder of current folder this:

pythonpath = "../../python_code" 

it won't work on computer. objective avoid hard coded paths.

indeed, can set so:

pythonpath = thisworkbook.path & "/.."

you might need @ least v0.7.0 though.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -