Closed matsen closed 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
But upon removal of that line and successful compilation and installation, taxomatic.py fails with warning:
NameError: global name 'Taxonomy' is not defined
changed case of Taxonomy to taxonomy to make it compile, but now I get