Jochebed1337
Results
2
comments of
Jochebed1337
Only Python3 supports import urllib.request. However in Python2 you need something different: from urllib2 import urlopen. **EDIT: Oh, you need to change the command in settings which executes the file....
This should work. I had the same problem.