python-texttable
python-texttable copied to clipboard
pip 0.8.3: AttributeError: 'module' object has no attribute 'bcolors'
Looks like 0.8.3 available on pip is some strange version that does not have a bcolors class, so texttable.bcolors errors with: AttributeError: 'module' object has no attribute 'bcolors'
It appears that this is a fork of the original that does not support colors.
The original is available in pip, but this one is not publishing to pip for whatever reason.
There is a pip for testtable-fixed that is a version of this repo, but doesn't seem to be updated at all as time goes on.