tejado / pgoapi

Pokemon Go API lib
Other
1.4k stars 445 forks source link

File "main.py", line 83 except Exception,e : #26

Closed bestranger closed 8 years ago

bestranger commented 8 years ago

Hi, I had a problem. I cant run because it says : File "main.py", line 83 except Exception,e : SyntaxError: Invalid syntax OR screen - http://prntscr.com/btxp2x

My Command - python main.py -a "google" -u "......gmail.com" -p "......." -l "Location..."

Line 83 : return p_ret except Exception,e: if DEBUG: print(e) return None

tejado commented 8 years ago

Hi, please use python 2.

bestranger commented 8 years ago

Thank you very much dude, but now it showing, that I havent GPSOAuth, but when before this I had installed. See http://prntscr.com/btxxb5

tejado commented 8 years ago

You have to install it separately for python2: C:\Python27\Scripts\pip.exe install gpsoauth

bestranger commented 8 years ago

Thank you, now it working, but cant log in probably for google authenticator.

bestranger commented 8 years ago

Yes, now it is working. Thanks.