win32ui DLL Load Failed

Gregor Horvath gh at gregor-horvath.com
Tue Sep 1 03:14:14 EDT 2009


Am Mon, 31 Aug 2009 12:43:04 -0700 (PDT)
schrieb MikeC <mcravitz at att.net>:

> I have a python executable that's failing to load on a user's machine
> running Windows XP. My developer machine is also running Windows XP. I
> have determined that it is failing when it attempts to load win32ui.
> 
> I have Python 2.6 on my developer machine and am using the pywin
> support (Mark Hammonds???) for Python 2.6.

Try to install:

http://www.microsoft.com/downloads/details.aspx?familyid=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displaylang=en

2.6 is linked against VS8 dlls, which are missing on some machines.

--
Gregor



More information about the Python-list mailing list