8
ImportError: ไม่มีโมดูลชื่อ win32com.client
ตอนนี้ฉันใช้ python 2.7 และพยายามเปิดแผ่นงาน Excel เมื่อใช้รหัสด้านล่าง: import os from win32com.client import Dispatch xlApp = win32com.client.Dispatch("Excel.Application") xlApp.Visible = True # Open the file we want in Excel workbook = xlApp.Workbooks.Open('example.xls') ฉันได้รับข้อผิดพลาดนี้: ImportError: ไม่มีโมดูลชื่อ win32com.client มีความเป็นไปได้หรือไม่ที่จะได้รับข้อผิดพลาดเนื่องจากฉันใช้เครื่อง Windows 64 บิต