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

Missing parentheses in call to 'print' #2

Closed
ghost opened this issue Feb 2, 2017 · 4 comments
Closed

Missing parentheses in call to 'print' #2

ghost opened this issue Feb 2, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Feb 2, 2017

When i try to run fridump, i got an error that says:

P:\Programming\fridump-master>python fridump.py
  File "fridump.py", line 44
    print logo
             ^
SyntaxError: Missing parentheses in call to 'print'

I'm not a python programming expert so i'm not sure why it couldn't print the logo. I'm using Python 3.6.0 on Windows, PIP and Frida are installed. Path environment variable are correctly set

@anantshri
Copy link

code is written in python 2 syntax use python 2 to execute it and it will work.

@andruwik777
Copy link

andruwik777 commented Oct 4, 2017

@anantshri , but how can we use fridump with python 2 if frida works only with python 3?

P.S. Also please take a look into the Pull Requests -- seems guys have already fixed this ;)

@DummybugStudios
Copy link

I know I'm a little late but frida is available for python2

@Nightbringer21
Copy link
Owner

Frida is available both for python2 and python3. I have just pushed an update that is supporting both versions. Let me know if there are any further issues.

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

4 participants