##############################################################
##          This is the Python for Delphi project           ##
##############################################################

AUTHORS:
~~~~~~~~
Dr. Dietmar Budelsky
    budelsky@ibs.bm.eunet.de
    IBS Schillings GmbH & Co KG
    Ein Unternehmen der KROHNE-Gruppe
    Heisenbergstr. 18
    50169 Kerpen-Trnich
    Phone: (49)22 37/97 44-0

Morgan Martinet
    23 rue du 14 juillet
    94270 le Kremlin-Bicetre
    Phone (Work): 01 47 25 70 77
    e-mail: mmm@imaginet.fr

This project is the result of the merging of their two separate projects.

PURPOSE:
~~~~~~~~
  Provide an interface to the Python language in Delphi.

COPYRIGHT:
~~~~~~~~~~
  This source code is distributed with no WARRANTY, for no reason or use.
  Everyone is allowed to use and change this code free for his own tasks
  and projects, as long as this header and its copyright text is intact.
  For changed versions of this code, which are public distributed the
  following additional conditions have to be fullfilled:
  1) The header has to contain a comment on the change and the author of it.
  2) A copy of the changed source has to be sent to one of the above E-Mail
     addresses or our then valid address, if this is possible to the
     author.
  The second condition has the target to maintain an up to date central
  version of the components. If this condition is not acceptable for
  confidential or legal reasons, everyone is free to derive components
  or to generate a diff file to our or other original sources.

FILES:
~~~~~~
  Readme.txt                   This file.
  Python.txt                   Infos about Python, and further references.
  Changes.txt                  List of all changes since the first release.
  Tutorial.txt                 A simple tutorial to use the PythonEngine
  Documentation.txt            A documentation of the PythonEngine.
  To do.txt                    A to do list.
  Demos                        A folder containing several demos of Python for Delphi.
  Components\Python.*          The "Python for Delphi" package for Delphi 3.
  Components\Sources\Core      The source folder of the core "Python for Delphi".
  Components\Sources\Vcl       The source folder of the experimental VCL use
                               inside Python.
  Components\python15.dll      The dll of Python.
  Lib                          Library of Python modules.
  PyDelphi                     A Python developpment environment
                               written in Delphi.
  VCL Generator                An application that generates Delphi and Python
                               source code in order to embed Delphi components into
                               Python. This is still experimental.

INSTALLATION:
~~~~~~~~~~~~~
  Copy the Python dll python15.dll located in the Components folder in the
  windows\system folder, or install the Python for Windows distribution
  (http://www.python.org/).
  For Delphi 3, install the "Python" package located in the Components folder.
  For Delphi 2, install the units PythonEngine.pas and PythonGUIInputOutput.pas
  located in the Components\Sources\Core folder (note that it has been developped
  under Delphi 3 and not tested under Delphi 2).

NOTE:
~~~~~
  For the application PyDelphi, install the components located in the folder
  "PyDelphi\Components used".
  For the VCL project, look at the file ReadMe.txt in the "VCL generator" folder.


UPDATE:
~~~~~~~
  You'll find the latest version at http://www.imaginet.fr/~mmm/python.html

DISTRIBUTION:
~~~~~~~~~~~~~
  You are free to distribute your applications built with Python for Delphi,
  but don't forget to install the python15.dll in the window\system folder of
  your client, or install the Python for windows distribution (it needs more
  space on the harddisk, but it's better because there's all Python modules
  and the help).
