[python-win32] python exe from dll

le dahut le.dahut at laposte.net
Wed May 3 17:29:04 CEST 2006


Hello,

I've build a .dll with Dev-Cpp and a python app (compiled with py2exe).

When I run the python app, everything works fine. But when I run it via 
the dll (Createprocess() or system("app.exe") have the same result) I 
get an "app.exe.log" file which indicates an "ImportError: No module 
named os".
The dll and app.exe are in the same directory (c:\)


Whats happening ?


K.


More information about the Python-win32 mailing list