You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when I try to run main.py:
Traceback (most recent call last):
File "/Users/abera/Desktop/snl-quest/main.py", line 210, in <module>
ctypes.windll.shell32.SetCurrentProcessExplicitAppUserModelID(myappid)
AttributeError: module 'ctypes' has no attribute 'windll'
This error seems to originate from the fact that I am trying to run a script on MacOS which is specifically written for Windows.
The text was updated successfully, but these errors were encountered:
I get the following error when I try to run
main.py
:This error seems to originate from the fact that I am trying to run a script on MacOS which is specifically written for Windows.
The text was updated successfully, but these errors were encountered: