Re: [python-win32] ImportError: No module named xxxxxx

2012-11-10 Thread Mark Lawrence
On 10/11/2012 12:32, pythonStudent wrote: Hello, When I issue the following statement: import win32com.client I got the following result: Traceback (most recent call last): File "", line 1, in import win32com.client ImportError: No module named win32com.client These happened too w

Re: [python-win32] ImportError: No module named xxxxxx

2012-11-10 Thread Werner F. Bruhin
On 10/11/2012 13:32, pythonStudent wrote: Hello, When I issue the following statement: import win32com.client I got the following result: Traceback (most recent call last): File "", line 1, in import win32com.client ImportError: No module named win32com.client install win32 com ht

[python-win32] ImportError: No module named xxxxxx

2012-11-10 Thread pythonStudent
Hello, When I issue the following statement: >>> import win32com.client I got the following result: Traceback (most recent call last): File "", line 1, in import win32com.client ImportError: No module named win32com.client These happened too with the following statements: >>> from xlrd