> This may be trivial, but I will ask anyway. > Is it possible to access functions in Win32 DLLs frow within a Python > program? You could try Win32All (included in ActiveState distro or, if you have the official distro, you can google for it) or ctypes (http://starship.python.net/crew/theller/ctypes/). Yours, Andrei