Closed
Description
Thanks, this appears to be a very useful package which would solve many compatibility problems between windows, linux etc.
One thing I am wondering is how to import a local module. In PyCall
this would be done as:
const pymodule = PyNULL()
pushfirst!(PyVector(pyimport("sys")["path"]), (@__DIR__)*"/dir_relative_to_src")
copy!(pymodule, pyimport("mylocalmodule"))
Help on how to do this in PythonCall
would be highly appreciated!
Metadata
Metadata
Assignees
Labels
No labels