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 

Insert excerpt
_gxpy_section
_gxpy_section
nopaneltrue
,followed by further use of the
Insert excerpt
_gxpy
_gxpy
nopaneltrue
 and 
Insert excerpt
_gxapiclasses
_gxapiclasses
nopaneltrue
module interfaces. See Hello World#StandAloneWorld#Stand-Alone, which provides a simple example as part of the Python Tutorial.

...