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.
_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32