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
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
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