Versions Compared

Key

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

Stand-alone Python scripts are those that can be run directly from the Python interpreter.  Such a script will create a Geosoft context by calling geosoft.gxpy.gx.GCpyGXpy(), followed by further use of the geosoft.gxpy and geosoft.gxapi module interfaces. See Hello World#StandAlone, which provides a simple example as part of the Python Tutorial.

...