codesidian / Python-MissionChiefBot

A Python bot for the online game MissionChief
Other
12 stars 15 forks source link

Doesn't work. #3

Closed cxmeronmcgregor closed 5 years ago

cxmeronmcgregor commented 5 years ago

Traceback (most recent call last): File "C:\Users\aircr\Documents\MissionChief Tool\missionchief_bot.py", line 1, in from splinter import Browser File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter__init.py", line 5, in from splinter.browser import Browser # NOQA File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\browser.py", line 9, in from splinter.driver.webdriver.firefox import WebDriver as FirefoxWebDriver File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\driver\webdriver\init__.py", line 16, in from six import BytesIO ModuleNotFoundError: No module named 'six'

codesidian commented 5 years ago

Just updated it. You can try and use it now.

cxmeronmcgregor commented 5 years ago

Still does not work

Traceback (most recent call last): File "C:\Users\aircr\Documents\MissionChief Tool\22\Python-MissionChiefBot-master\missionchief_bot.py", line 1, in from splinter import Browser File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter__init.py", line 5, in from splinter.browser import Browser # NOQA File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\browser.py", line 9, in from splinter.driver.webdriver.firefox import WebDriver as FirefoxWebDriver File "C:\Users\aircr\AppData\Local\Programs\Python\Python37-32\lib\site-packages\splinter\driver\webdriver\init__.py", line 16, in from six import BytesIO ModuleNotFoundError: No module named 'six'

codesidian commented 5 years ago

Did you follow :- pip install splinter-

Go and grab the latest chromedriver from: 'http://chromedriver.chromium.org/'

Put that in the same directory at the python script.

Open account.txt and replace corresponding lines with your account information

run missionchief_bot.py

Brandjuh commented 5 years ago

Followed the steps, I get the same error.

codesidian commented 5 years ago

Are you running Python version 3.7?

Brandjuh commented 5 years ago

Yes