aidanrwt / twitch-plays

Twitch IRC bot that takes input from the chat and presses the corresponding key.
MIT License
275 stars 59 forks source link

Python serve.py not working in terminal #10

Open letsalllovelain opened 4 years ago

letsalllovelain commented 4 years ago

python serve.py python: can't open file 'serve.py': [Errno 2] No such file or directory

AlexScotland commented 4 years ago

make sure you are in the right directory

also try the direct pathing, as well as (if python3), use python3 as prefix

AlexScotland commented 4 years ago

Also, this repo needs Pywin32, meaning the OS MUST be Windows!