timbertson / gup

A better make, inspired by djb's redo.
GNU Lesser General Public License v2.1
51 stars 5 forks source link

windows exception on Python 2.7.1 #16

Open rbrewer123 opened 4 years ago

rbrewer123 commented 4 years ago

I ran gup from the tip of the github repo on Windows using Python 2.7.1. I got an exception that os.readfile() does not exist.

I was able to get it working with Python 3.7, which seems to have os.readfile() on Windows.

timbertson commented 4 years ago

Thanks for the report. Now's probably a good time to just depend on python3 and drop python2, it's surely widely installed.

rbrewer123 commented 4 years ago

I think dropping python2 support is reasonable.