I'm using ctypes and loading a DLL and running a DLL function. As I say it works perfectly with no errors when I run from PythonWin but gives the following exception when run from command line.
WindowsError: exception code 0xeedfade I can use the DLL with no issues in other languages too. It works fine in VB, C++ and in Python when run from PythonWin but gets an exception when run from python.exe PythonWin must be doing something different, but I can't find anything in the documentation. -- http://mail.python.org/mailman/listinfo/python-list