gup icon indicating copy to clipboard operation
gup copied to clipboard

windows exception on Python 2.7.1

Open rbrewer123 opened this issue 6 years ago • 2 comments

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.

rbrewer123 avatar Oct 14 '19 17:10 rbrewer123

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

timbertson avatar Oct 16 '19 10:10 timbertson

I think dropping python2 support is reasonable.

rbrewer123 avatar Oct 16 '19 10:10 rbrewer123