Hey guys
I have a really, really, really stupid question.
I'm trying to simply import project trough script, but I'm incurring into a little problem.
first of all this is the line of code I'm using (the path is fictionary)
ix.import_project(v['/test/testimport/myfile.project']
problem I'm having is I can't really specify in which context where to import it.
I've tried, again trough script to first select the context and than importing it. In fact, it does select the clarisse context, but it does import the project in my actually latest manually selected context
here is what I did litterally
ix.selection.select("project://GEOM")
ix.import_project(v['/test/testimport/myfile.project']
Any way around it?
Sorry for the really really dumb question