iONMF icon indicating copy to clipboard operation
iONMF copied to clipboard

Incompatible with Python 3

Open sangaline opened this issue 5 years ago • 0 comments

The library is currently incompatible with Python 3. One example of the incompatibility is the use of xrange() instead of range(). Python 2 is going to be end-of-lifed in 3 months, so it would be awesome if this library could be updated to support Python 3. I would be happy to contribute a PR if you chime in and say that it would be accepted.

sangaline avatar Sep 29 '19 22:09 sangaline