You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ 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
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: