fhcrc / taxtastic

Create and maintain phylogenetic "reference packages" of biological sequences.
GNU General Public License v3.0
21 stars 10 forks source link

Untitled #3

Closed matsen closed 14 years ago

matsen commented 14 years ago

changed case of Taxonomy to taxonomy to make it compile, but now I get

NameError: global name 'Taxonomy' is not defined
skembel commented 14 years ago

How was this issue resolved? Same issue here, have to remove 'import Taxonomy' statement to get taxonomy package to compile due to this error: ~/code/taxtastic/taxonomy$ sudo python setup.py install Traceback (most recent call last): File "setup.py", line 10, in from init import version File "/home/steve/code/taxtastic/taxonomy/init.py", line 10, in import package File "/home/steve/code/taxtastic/taxonomy/package.py", line 7, in import Taxonomy ImportError: No module named Taxonomy

But upon removal of that line and successful compilation and installation, taxomatic.py fails with warning:

NameError: global name 'Taxonomy' is not defined