The file DelphPyt.zip contains a
Borland Delphi 3.0 embedding/extending interface to
the PYTHON 1.4 scripting language.

One needs to install PYTHON for Win95/NT to run this
package. It can be obtained from
www.python.org or ftp.python.org.

The interface allows to start PYTHON scripts from Delphi
and let PYTHON call Delphi functions, which have access
to nearly all PYTHON objects,variables etc.

The interface are two Delphi Components:
PytDll   a rudimentary component,
         containing the python14.dll access interface.
PytRun   with additional functionalities to use in Delphi
         projects, like startup script, adding lines to
         the actual script, create a Delphi PYTHON module
         out of single elements etc.
The Delphpyt.zip contains the following files:
DelphPyt.dcr      Python icons
DelphPyt.pas      The component source code
DelphPyt.README   This file
Pytform.dfm
Pytform.pas       A test form, using DelphPyt
TestPyt.*         A project starting Pytform

Legal items: Read the file headers. The interface is PD.

Still to do: There are 70+ DLL export objects still to
             implement.
             Use a Delphi object as a Python object.
             Testing.

Dietmar Budelsky
budelsky@ibs.bm.eunet.de