Hi guys -
I have a scheduled task that I am trying to run, the following is my error when I view the log:
Traceback (most recent call last): File "/home/nextlevelmarketing/zillow/clay_script.py", line 1, in <module> from urllib.request import urlopen ImportError: No module named request
2015-12-05 11:00:45 -- Completed task, took 5.00 seconds, return code was 1.
I believe this is caused because I programed this for python 3.4 and the default is python 2.7 --- is there any way to change the default or is there another reason that this could be happening.
Thanks ES