More questions on dll's

Thomas S. Strinnhed thstr at serop.abb.se
Tue Jun 1 01:32:09 EDT 1999


Hi

I'm embedding Python in another app, but I still want to
run the interactive loop. (so I do) But, when I try to
import a module (from the prompt or using PyRun_SimpleString()
the trouble starts: only .py/.pyc files are found!!
My .dll's just won't be imported, no matter what I append
to sys.path or what directory they are in.

Using Python in it's not embedded shape everything is OK,
my .dll's are imported without fuzz an their functions are
ready to use.

I run on WinNT and MSVC++. That's what i used to build Python15 dll's
and libs, my own dll's and the app with Python embedded.

*And* (listen to this) I think this problem was not here from the
beginning, as I recall I could import dll's as late as yesterday!!
So if anyone knows what VC++-checkbox I've accidently touched;
     
              Please help me out on this one!!

Desperately Thanking You
 -- Thomas S. Strinnhed, thstr at serop.abb.se




More information about the Python-list mailing list