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? Lars -- http://mail.python.org/mailman/listinfo/python-list