The sample script in the Readme file has the following line. `print "Running Fast-Trips in %s" % (ex_dir.split(os.sep)[-1:])` It should be `print("Running Fast-Trips in %s" % (EXAMPLE_DIR.split(os.sep)[-1:]))`