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

Sytanx error when trying to run cheat.py using cmd.exe #15

Open
2169 opened this issue May 12, 2016 · 1 comment
Open

Sytanx error when trying to run cheat.py using cmd.exe #15

2169 opened this issue May 12, 2016 · 1 comment

Comments

@2169
Copy link

2169 commented May 12, 2016

I get this error when tring to run cmd.exe -
`
C:\Users\Krish\Desktop\pyGecko-master>C:\Python27\python cheat.py
File "cheat.py", line 109
rpc = TCPGecko(122.109.43.13)
^
SyntaxError: invalid syntax

C:\Users\Krish\Desktop\pyGecko-master>
`
capture

@dantarion
Copy link

dantarion commented May 25, 2016

You need to put quotes around the IP.
TCPGecko("122.109.43.13")

This isn't a bug, this is you not understanding python syntax.

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