It is possible to start Python running
<GiD>\scripts\tohil\python\python.bat
This open the typical Python console
This python process is not related with the gid.exe process (it is not an embedded Python)
It can be used for example to run a GiD problemtype Python-based solver, without need to install an extra Python, the one of GiD could be used, and its relative location is a priori known.
If this process is killed the gid process is not affected, and don’t share any memory.
It is possible to import the tohil module in this Python interpreter, but will create a new Tcl interpreter with the standard commands, it is not possible to use here GiD commands like tohil.call('GiD_Info','mesh','nodes','-array') or tcl.GiD_Info('mesh','nodes','-array')