Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PinkeshGjr opened this issue Nov 6, 2021 · 1 comment
Open

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

PinkeshGjr opened this issue Nov 6, 2021 · 1 comment

Comments

@PinkeshGjr
Copy link

PinkeshGjr commented Nov 6, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants