Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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_Fileis 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.

...