codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
13 stars 14 forks source link

ModuleNotFoundError: No module named 'selenium' #71

Closed Zack-00 closed 1 year ago

Zack-00 commented 1 year ago

Hi, When i unpack app and try to lunch on widows i've get screen:

21.02.2023

what should i do to launch app property

JanSuerth commented 1 year ago

I ended up downloading selenium etc manually. You can find them all on pipy.org

https://pypi.org/project/pip/ https://pypi.org/project/selenium/ https://pypi.org/project/pytest/ https://pypi.org/project/colorama/

Also Python isn't part of the system path you will need to add that: https://datatofish.com/add-python-to-windows-path/