Embedding newbie question

Daniel Andersson daniel.andersson at centrumeh.com
Tue Sep 12 06:27:07 EDT 2000


If I call PyRun SimpleFile() on a file containing a bunch of
python functions, for example:

def a(n):
   return n+n

def b..etc..

will those functions be added to the embedded applications
python interpreter? Will I be able to call those functions
with CallObject() or something?

cheers

/Daniel




More information about the Python-list mailing list