[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Adding python3-biopython



Hi again,

when running biopython test suite I detected a wrong error message in
Tests/test_Cluster.py


...

import unittest

try:
    from Bio import Cluster
except ImportError:
    from Bio import MissingPythonDependencyError
    raise MissingPythonDependencyError("If you want to use Bio.Cluster, "
                                       "install NumPy first and then "
                                       "reinstall Biopython")

try:
    import numpy
except ImportError:
    from Bio import MissingPythonDependencyError
    raise MissingPythonDependencyError(
        "Install NumPy if you want to use Bio.Cluster")

...


The first error message is misleading since the problem is not the
missing NumPy but rather Bio.Cluster seems to be broken.

Is it OK if I send this kind of reports to you or should I rather use
the bug tracker or any mailing list.  Sorry, I have not maintained the
package before and thus do  not know the prefered way of communication.

Kind regards

        Andreas.

-- 
http://fam-tille.de


Reply to: