PyCParser
PyCParser copied to clipboard
Can't run an example out of the box
Steps:
git clone https://github.com/albertz/PyCParser.git cd PyCParser mkvirtualenv -p python2.7 -r ./requirements.txt pycparser ./runcprog.py ./demos/test_interpreter.c
Result:
EXCEPTION
Traceback (most recent call last):
File "./runcprog.py", line 56, in
Is there something to do before trying to use the runcprog.py script ?