python

https://www.python.org/

version 2.7.15

License python 2.0

Addition to normal pcbuild routines used by DG3

Update site.py to be DG3 compatible

Change to the site.py found in \DataEase4Web\Release\Lib and \DataEase4Web\Debug\Lib inside the Python distribution needed to make extended characters.

def setencoding():
     """Set the string encoding used by the Unicode implementation.  The
     default is 'ascii', but if you're willing to experiment, you can
     change this."""
     #encoding = "ascii" # Default value set by _PyUnicode_Init()
     encoding = "utf-8" # The value set by BHK