if not os.path.isfile(sys.argv[3]):
        print 'Shared object {} does not exist'.format(sys.argv[3]) 
        usage()