...
Using our Tcl command GiD_Python_Import_File
(that do tohil::import)
will import a module in Python from its tail name without .And py extension, and must be found based on the path environment variable
GiD_Python_Import_File
is similar to GiD_Python_Import_File
but instead of a but expects the full path expects the module name (without .py extension), and must be found based on the path environment variablebut
But if we are developing and modify the .py file doing a new import don’t won’t refresh the code in the interpreter.
...