[EMAIL PROTECTED] wrote: > This is my very first time to use Phyton! > > I am getting a problem with win32com.client missing from some existinf > scripts. > > >python > Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)] > on win32 > Type "help", "copyright", "credits" or "license" for more information. > >>> import win32com.client > Traceback (most recent call last): > File "<stdin>", line 1, in ? > ImportError: No module named win32com.client > > I can see the packages in located in a lib.zip files.. how do I tell > Phyton to use that zip file for it's packages? >
you need the win32 extensions and install it. http://www.python.net/crew/mhammond/win32/Downloads.html https://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063&release_id=432365 -- http://mail.python.org/mailman/listinfo/python-list