HenryAlbu / auto-Instagram-posting-bot

A bot that downloads 9gag and Instagram posts, and re-uploads it to your Instagram account
GNU General Public License v3.0
167 stars 30 forks source link

module 'ctypes' has no attribute 'windll' #34

Open PinkeshGjr opened 2 years ago

PinkeshGjr commented 2 years ago

Traceback (most recent call last): File "/Users/xx/Desktop/insta/auto-Instagram-posting-bot-master/app.py", line 3, in import insta File "/Users/xx/Desktop/insta/auto-Instagram-posting-bot-master/insta.py", line 5, in import autoit File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/autoit/init.py", line 6, in from .autoit import options, properties, commands File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/autoit/autoit.py", line 28, in AUTO_IT = ctypes.windll.LoadLibrary(dll_path) AttributeError: module 'ctypes' has no attribute 'windll'

Note: I am using python3 in my mac os 12.0.1

ghostlab101 commented 1 year ago

ctypes is a Windows Module. you have to run on windows