CTypes

Gabriel Genellina gagsl-py at yahoo.com.ar
Mon Feb 5 18:38:16 EST 2007


En Sat, 03 Feb 2007 13:01:56 -0300, SoutoJohn at gmail.com  
<SoutoJohn at gmail.com> escribió:

> I'm trying to install PyWinAuto for Python 2.4. It said that one of
> the required libraries that I need to install would be CTypes. So I
> head over to CTypes's SourceForge page and I installed CTypes for
> Python 2.4. I go to run the PyWinAuto installation file and it throws
> up this error:
>
>     GetModuleFileNameEx         =
> ctypes.windll.psapi.GetModuleFileNameExW
>
> So my best guess is that I'm either missing a Python library or I'm
> missing a DLL. Too bad I don't know which, does anyone know what I'm
> missing?

 From the line above, should be "psapi.dll"
I don't know it.

-- 
Gabriel Genellina




More information about the Python-list mailing list