Kladdkaka / ProxyGrabber

Simple but effective proxy grabber, made in Python!
9 stars 1 forks source link

i got error #2

Open mehranexpert opened 7 years ago

mehranexpert commented 7 years ago
python proxy_grabber.py 
  File "proxy_grabber.py", line 43
    print('get proxies from', name, end='\r')
                                       ^
SyntaxError: invalid syntax

also in Pytho3

# python3 proxy_grabber.py 
Traceback (most recent call last):
  File "proxy_grabber.py", line 9, in <module>
    from pyquery import PyQuery
ImportError: No module named 'pyquery'
Kladdkaka commented 7 years ago

you need to run python 3 i believe, and do "pip install pyquery"! =)