Blender urllib module error! cant find request in module, worked 2 minutes ago!

WORKS :confused:
dunno why !

Attachments


You must also import the “request” with “import urllib.request”.

Thanks HG1, i had used “from urllib import *” then gone to request.urlopen(“http://www.google.com”).read
but it had been working, then stopped. then worked again :S