I've got a problem regarding the excel2img module library that is about 'win32com'. I've check the solutions at link follows:
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
However, the error still there.
'''Traceback (most recent call last): File "C:/Users/Lenovo/PycharmProjects/HO_P1/excelToImage.py", line 4, in import excel2img File "C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\excel2img_init_.py", line 1, in from .excel2img import export_img File "C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\excel2img\excel2img.py", line 18, in import win32com.client File "C:\Users\Lenovo\PycharmProjects\HO_P1\venv\lib\site-packages\win32com_init_.py", line 1, in from win32.com import * ModuleNotFoundError: No module named 'win32.com' ''' image shows that I've install the module
Can anyone give me a suggestion to solve this problem?