codesidian / Python-MissionChiefBot

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

Problems running the bot #19

Closed HasiqTR closed 4 years ago

HasiqTR commented 4 years ago

I'm new on Python. I did the setup process and finished it but when I try to run the command 'run missionchief_bot.py' it says Invalid Syntax. Can you help me? python

jackbayliss commented 4 years ago

Please bare with us, I’ll re write how the set it up or create an .exe to prevent people having issues.

jackbayliss commented 4 years ago

@HasiqTR In order to run it, you need to open a CMD (which is what I do) in the folder where the bot is and type the following

py missionchief_bot.py

That should run the bot, let me know if you still have issues.

codesidian commented 4 years ago

Like @jackbayliss said, you need to call Python and pass the filename as a argument.

Please note if you have Python 2 installed too, you need to run via python 3. Python3 missionchief_bot.py

jackbayliss commented 4 years ago

Closing as @codesidian, please follow. I think eventually we may bring out an .exe. Hold tight and star / watch the project to keep up to date.