Python as script language?

G. David Kuhlman dkuhlman at netcom.com
Sun Jun 13 20:59:12 EDT 1999


jam (jam at newimage.com) wrote:
> On Sun, Jun 13, 1999 at 09:38:30PM +0000, Denis Lamarche wrote:
> > 
> > How can I set up Python so that I can call the scripts from within an
> > application (that I wrote) so that it will run and interface with the
> > application (that I wrote)?  Is this possible?
> > 
> > Denis Lamarche
> > 
> 
[ good suggestions snipped ]

Also note that the Python source code distribution comes with a demo
called "embed".  A good first step is to modify and extend this
demo.

And you should consider going to www.python.org and searching the
newsgroup for "embed".

Embedding Python in an application is not only possible, there is
support in Python intended for this purpose.

  - Dave




More information about the Python-list mailing list