ar7 Posted July 13, 2021 Posted July 13, 2021 File Not Found Error Occurs eventhough file exists in the main directory, i.e. home/ar7/bot.py File Name : bot.py Server : Tommy Username : ar7
OnEnemy Posted July 13, 2021 Posted July 13, 2021 This support request is being escalated to our root admins.
Krydos Posted July 13, 2021 Posted July 13, 2021 Try changing this line subprocess.Popen("/home/ar7/bot.py") to this subprocess.Popen("/home/ar7/bot.py", shell=True) 1
Recommended Posts