decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.
GNU General Public License v3.0
803 stars 168 forks source link

Makefile:214 qmp-commands.h : Python error on make? #75

Closed drawnwren closed 4 years ago

drawnwren commented 4 years ago
GEN   qmp-commands.h
  File "/home/wren/code/DECAF/decaf/scripts/qapi-commands.py", line 376
    except getopt.GetoptError, err:
                             ^
SyntaxError: invalid syntax
make: *** [Makefile:214: qmp-commands.h] Error 1

When attempting to make for the first time.

On archlinux python --version == 3.7.4

drawnwren commented 4 years ago

It's python2. I'm dumb.