Syver Enstad wrote:
> 
> I've just installed the win32all build 137 that contains the support for
> Vtable interfaces in win32com. I've suddenly found that import win32gui
> fails with the message:
> 
> ImportError: DLL load failed: The specified module could not be found.
> 
> This is mighty strange as the pyd file is lying there among the other .pyd
> files like win32help and so on. Maybe there are some other modules that
> win32gui depends on that it didn't depend on before?

VC++ comes with a program called "depends" that can be used to track
down dependencies...hope that helps!

-- 
Python:
    Programming the way
    Guido
    indented it.
       - (originated with Skip Montanaro?)
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to