[C++-sig] import from an .exe

Bielik, Robert Robert.Bielik at gyros.com
Fri Feb 20 14:11:22 CET 2004


Hi all,

In the need to have a scripting language and C++ binding, I'm looking at Boost.Python. I've gotten the
examples to work and see that I can accomplish what I need. Really cool! :)

However, I have a question about imports: 

It seems that the import in Python implicitly loads a dynamic link library, but my application is an executable. Can I make an embedded Python interpreter aware of "internal" Python Modules without having to load any DLLs ??

TIA
/Rob




More information about the Cplusplus-sig mailing list