jenom / pdfbook2

Create booklets from PDF files
GNU General Public License v3.0
60 stars 13 forks source link

make dependency of python2 explicit. #2

Closed cryptointerest closed 4 years ago

cryptointerest commented 4 years ago

pdfbook2 requires python2. When calling this on archlinux, one first gets an error and the first line

#!/usr/bin/env python

needs to be changed to

#!/usr/bin/env python2

to make it work. Could this maybe be be corrected upstream? I've seen bugreports about this on fedora's bugzilla, but should every distro really fix this themselves?

jenom commented 4 years ago

I migrated to python3 with implicit dependency as suggested.