【发布时间】:2021-10-26 18:19:52
【问题描述】:
我遇到了关于“win32com”的 excel2img 模块库的问题。 我已经检查了以下链接中的解决方案:
https://superuser.com/questions/609447/how-to-install-the-win32com-python-library
Still getting an error "ImportError: No module named win32com.client" after installing pywin32 lib
ImportError: No module named win32com.client
但是,错误仍然存在。
'''Traceback(最后一次调用): 文件“C:/Users/Lenovo/PycharmProjects/HO_P1/excelToImage.py”,第 4 行,在 导入excel2img 文件“C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\excel2img_init_.py”,第 1 行,在 从 .excel2img 导入 export_img 文件“C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\excel2img\excel2img.py”,第 18 行,在 导入 win32com.client 文件“C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\win32com_init_.py”,第 1 行,在 从 win32.com 导入 * ModuleNotFoundError:没有名为“win32.com”的模块 ''' image shows that I've install the module
谁能给我一个解决这个问题的建议?
【问题讨论】:
-
请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
标签: python excel image-processing win32com