yolog
yolog copied to clipboard
Since Update to Capitan Error
trafficstars
Traceback (most recent call last):
File "/usr/local/bin/yolog", line 11, in <module>
sys.exit(main())
File "/Library/Python/2.7/site-packages/yolog/main.py", line 26, in main
yolog_gen = YologGenerator(config_filepath)
File "/Library/Python/2.7/site-packages/yolog/yolog_generator.py", line 79, in __init__
getattr(self, self.config.get("color", "hash")), RESET)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in
get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'color'
Is what i get when i try to run yolog. I reinstalled pip and did a clean yolog after removing yolog with rm -rf.
It is a problem with certain operating systems. While I overcome it, please try out the solution in #11. It should work until you uninstall it again :smile:
This comment has a temporary solution.
I've just had the same issue, but I'm on Ubuntu not OSX.
would very much like to have this fixed :)