I\'m trying to convert my .py script into an executable using py2exe. I\'ve had a number of issues so far that have been largely addressed by the \"options\" in the setup fi
Running pip install future fixed this error for me.
For compatibility with Python2.7, the package future should be added to the install_requires in setup.py.
Note that nosetests also fails without matplotlib, but I'm not sure adding matplotlib as a dependency makes much sense.