swarris / Pacasus

Correction of palindromes in long reads from PacBio and Nanopore
MIT License
14 stars 3 forks source link

ConfigParser and Python 3? #12

Closed baraaorabi closed 4 years ago

baraaorabi commented 5 years ago

Running with Python 3 is failing because of:

    import ConfigParser
ModuleNotFoundError: No module named 'ConfigParser'

and the here:

Note: The ConfigParser module has been renamed to configparser in Python 3. The 2to3 tool will automatically adapt imports when converting your sources to Python 3.

baraaorabi commented 5 years ago

Maybe adding a note about not using Python 3 to README would be helpful?

swarris commented 5 years ago

Thanks for the comment. I will fix this asap. The underlying pyPaSWAS already works with python 3.