Hello, When I issue the following statement:
>>> import win32com.client I got the following result: Traceback (most recent call last): File "<pyshell#3>", line 1, in <module> import win32com.client ImportError: No module named win32com.client These happened too with the following statements: >>> from xlrd import open_workbook Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> from xlrd import open_workbook ImportError: No module named xlrd >>> import pythoncom Traceback (most recent call last): File "<pyshell#2>", line 1, in <module> import pythoncom ImportError: No module named pythoncom I there anything I need to do first or install first before I execute these statements? Please help. Thank you. -- View this message in context: http://python.6.n6.nabble.com/Opening-Modifying-and-Saving-an-Excel-File-from-Python-tp1951870p4995442.html Sent from the Python - python-win32 mailing list archive at Nabble.com. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32