Forums

ModuleNotFoundError

Good afternoon. When I run my code, the command prompt on the site does not find the module "schedule" even though the code works fine on my computer's command prompt. How can I fix this? If you need more information, feel free to ask.

Here is my import:

import schedule

See our help about how the Python import system works: http://help.pythonanywhere.com/pages/DebuggingImportError/