Open astromandev opened 1 year ago
raceback (most recent call last): File "/root/OutlookGen/main.py", line 3, in from ctypes import windll ImportError: cannot import name 'windll' from 'ctypes' (/usr/lib/python3.9/ctypes/init.py)
In linux I comment out line 3 in main.py seems to fix the problem.
raceback (most recent call last): File "/root/OutlookGen/main.py", line 3, in
from ctypes import windll
ImportError: cannot import name 'windll' from 'ctypes' (/usr/lib/python3.9/ctypes/init.py)