To use the driver with Borland Pascal or Delphi, the user must include both the GxAo library as well as the ctypes modules. The GxAo.py file contains the GxAo module declaration, constants, and function prototypes for the DLL functions. Make these available by adding the following to your python source code:
from GxAo import *
from ctypes import *