bot-coder05

Results 4 comments of bot-coder05

@PeanutbutterWarrior Completely removed the calculator function and replaced them with eval(), same with the gui version.

Restarting the application from places other than main crashes. The cause might because main imports files where it's unknown to the file that restart is being called from.

@JordanLeich hmmm. If I run the calculators.py directly and not from main, when I choose to restart it gives an error `ModuleNotFoundError: No module named 'calculators.calculators'; 'calculators' is not a...

@JordanLeich > Ideally, an end-user would not be running the project from any other file than the main.py file so they would not be capable of seeing this error message....