You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about the tiniest issue ever, but I figured I'd ask anyway. Many platforms (certainly at least ArchLinux and Gentoo) these days use python3 as the standard python implementation. The scripts included are all definitely python2 code and thus the tests fail immediately. It took approximately 3 seconds to type $ perl -pi -e 's/python/python2/g' Makefile scripts/*.py to fix it completely, but it might be nice if you'd incorporate this into the source itself.
Again, not really much of an issue, but worth pointing out anyway.
The text was updated successfully, but these errors were encountered:
Hi @roflcopter4 and thanks for checking out the project :) I like the idea to be python3 compatible. Would your suggested fix be backward-compatible with machines without python3 installed?
If so, I suggest you make a PR and I'd gladly accept it :) ?
This is about the tiniest issue ever, but I figured I'd ask anyway. Many platforms (certainly at least ArchLinux and Gentoo) these days use python3 as the standard python implementation. The scripts included are all definitely python2 code and thus the tests fail immediately. It took approximately 3 seconds to type
$ perl -pi -e 's/python/python2/g' Makefile scripts/*.py
to fix it completely, but it might be nice if you'd incorporate this into the source itself.Again, not really much of an issue, but worth pointing out anyway.
The text was updated successfully, but these errors were encountered: