CloudDCrow / shiny-loops

Shiny hunting bot for Epiloge
0 stars 0 forks source link

Python script not running #1

Open ProdigizedDP opened 1 week ago

ProdigizedDP commented 1 week ago

I've tried messing around with it for an hour or two and can't really get it to work , I'm not really experienced with python at all but when I run the script I receive an error in a couple of the files one of them being

\shiny-loops-main\modules\button_presser.py", line 2, in import win32con ModuleNotFoundError: No module named 'win32con'

Idk if there's a way for me to share like a crash log or anything.

BrianDurham commented 5 days ago

Hi - it sounds like you need to install pypiwin32. It contains win32con. Typically that's done via a 'pip install' command:

'pip install pypiwin32' or 'python -m pip install --upgrade pypiwin32'

Hopefully CloudDCrow will update his README about the need for pywin32 and how to install it if needed.