link vs import

Brian Rowe roweb004 at hawaii.rr.com
Fri May 25 07:29:32 EDT 2001


Hello,

I've got a program that imbeds the python interpreter.  I have also made
an extension module, so the scripts can call funcitions within my
program.  I would like to know if the python interpreter will have access
to this module if I link it into my program at compile time (vice doing an
import from within the interpreter at run time).

If there is a way to allow it to have access, then how do you do it?

Thanks

Brian



More information about the Python-list mailing list