Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bestranger opened this issue Jul 17, 2016 · 5 comments
Closed

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

bestranger opened this issue Jul 17, 2016 · 5 comments

Comments

@bestranger
Copy link

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
Copy link
Owner

tejado commented Jul 17, 2016

Hi, please use python 2.

@bestranger
Copy link
Author

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
Copy link
Owner

tejado commented Jul 17, 2016

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

@bestranger
Copy link
Author

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

@bestranger
Copy link
Author

bestranger commented Jul 17, 2016

Yes, now it is working. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants