I already installed the "Python for Windows extensions" library from here:
http://sourceforge.net/projects/pywin32/files/pywin32/
but when I import the "win32com.client" in my program, I still got the error message:
ImportError: No module named win32com.client
My Python version is 3.2.
Any ideas?