WORKS
dunno why !
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