asearfos / chipper

Software (with Kivy GUI) for semi-automated segmentation and analysis of birdsongs or other acoustic signals.
GNU General Public License v3.0
10 stars 6 forks source link

Updated installation notes. #47

Closed JamesPino closed 5 years ago

JamesPino commented 5 years ago

Renamed logging.py to log.py. Kivy doesn't have absolute import defined, so it tries to read kivy logging.py instead of the global logging.py. Simple way to overcome this is to rename our logging.