S
schouwla
This is my very first time to use Phyton!
I am getting a problem with win32com.client missing from some existinf
scripts.
on win32
Type "help", "copyright", "credits" or "license" for more information.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
I am getting a problem with win32com.client missing from some existinf
scripts.
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]python
on win32
Type "help", "copyright", "credits" or "license" for more information.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