diff -up binwalk-1.2/src/setup.py.ignore-matplotlibfail binwalk-1.2/src/setup.py --- binwalk-1.2/src/setup.py.ignore-matplotlibfail 2013-04-08 16:47:13.975048629 -0400 +++ binwalk-1.2/src/setup.py 2013-04-08 16:47:36.047047840 -0400 @@ -30,12 +30,12 @@ try: except Exception, e: print "\n", "*" * WIDTH print "Pre-requisite check warning:", str(e) - print "To take advantage of this tool's entropy plotting capabilities, please install the python-matplotlib module." - print "*" * WIDTH, "\n" + # print "To take advantage of this tool's entropy plotting capabilities, please install the python-matplotlib module." + # print "*" * WIDTH, "\n" - if raw_input('Continue installation without this module (Y/n)? ').lower().startswith('n'): - print 'Quitting...\n' - sys.exit(1) + # if raw_input('Continue installation without this module (Y/n)? ').lower().startswith('n'): + # print 'Quitting...\n' + # sys.exit(1) # Generate a new magic file from the files in the magic directory