Re: [python-win32] broken install. win32com has no 'client'

2006-04-26 Thread Jim Carroll
> import win32com > win32com.client The answer is: import win32com.client My Bad! -Jim ___ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] broken install. win32com has no 'client'

2006-04-26 Thread Jim Carroll
Hi, I have somehow broken my installation of pythonwin win32all. I recently uninstalled 207 and installed 208, hoping that would fix it... but no change. The biggest clue something is broken is I have no win32com.client object. import win32com win32com.client Traceback (most recent call last):