MatrixTM / OutlookGen

✨ Outlook Account Generator Written in Python ✨
MIT License
272 stars 66 forks source link

import errors #31

Open astromandev opened 1 year ago

astromandev commented 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)

bagelskat commented 1 year ago

In linux I comment out line 3 in main.py seems to fix the problem.