[python-win32] Attempt to make executable from Python script

Werner F. Bruhin werner.bruhin at free.fr
Wed Mar 31 11:48:19 CEST 2010


On 31/03/2010 10:59, travel europe wrote:
> Harald,
>
> I followed the recommendation in your link and got the following result:
>
> C:\Python26\dist>golden.exe
> Traceback (most recent call last):
> File "golden.py", line 2, in <module>
> File "winsys\registry.pyc", line 39, in <module>
> File "winsys\security.pyc", line 42, in <module>
> File "winsys\_security\_tokens.pyc", line 10, in <module>
> File "winsys\accounts.pyc", line 31, in <module>
> File "winsys\dialogs.pyc", line 46, in <module>
> File "win32ui.pyc", line 12, in <module>
> File "win32ui.pyc", line 10, in __load
> ImportError: DLL load failed: This application has failed to start
> because the a
> pplication configuration is incorrect. Reinstalling the application may
> fix this
> problem.
>
This is due to Python 2.6 and the new SxS MS Runtime .......!

See here for a solution which works for me when using wxPython and Py 2.6.

http://wiki.wxpython.org/py2exe


Werner



More information about the python-win32 mailing list