Forums

Urllib import error when running from the scheduler

When I run my script from my files directory (the console), there is not a problem. When I run it from the scheduler, I get the error below, any thoughts

Traceback (most recent call last): import urllib.request ImportError: No module named request

I figured it out, needed to put the python version in front of the path, in this case python3.5

Great! Glad you worked it out!