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

Error in vtapi class #1

Open
PacoH opened this issue Mar 19, 2016 · 2 comments
Open

Error in vtapi class #1

PacoH opened this issue Mar 19, 2016 · 2 comments

Comments

@PacoH
Copy link

PacoH commented Mar 19, 2016

$ python ./vtwrapper.py
Traceback (most recent call last):
  File "./vtwrapper.py", line 7, in <module>
    from vta import vtapi
  File "/Users/user/Downloads/VirusTotal API implementation/vta.py-master/vta.py", line 30
    print "Url/file not found, or scanned yet. Try again later"
SyntaxError: invalid syntax
@Erethon
Copy link
Owner

Erethon commented Mar 21, 2016

I'm guessing you're using python 3? This should work with python 2, but
this project isn't really maintained, the last commit was more than two
years ago.

@PacoH
Copy link
Author

PacoH commented Mar 21, 2016

I just tried it again after uninstalling python3. If I use
python vtwrapper.py -f <file>
I get
python3: command not found
But if I use
/usr/local/bin/python
it works.
So something's wrong with my 2.7 installation.

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