singh47 / website-autovisitor

A python script to visit websites automatically by using random web addresses and browser strings.
9 stars 16 forks source link

print and urllib2 problem #1

Closed twofund closed 2 years ago

twofund commented 4 years ago

when i try to run code its give an error for print. when i fix it its give enother error for module not found for urllib2

what i missed ?

singh47 commented 4 years ago

Hi @twofund you are tyring this code with python3. It is python2 compatible till now. Please try to run it as: python2 autovisitor.py (you probably have both versions of python installed)

hustle-coin commented 2 years ago

import urllib.request as urllib2