Hello,
I just downloaded your module. But when I tried to import it, I have the following error:
>>> import pysimplebgc
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "pysimplebgc/__init__.py", line 13, in <module>
from .logger import LOGGER, active_logger
File "pysimplebgc/logger.py", line 14, in <module>
from .compat import NullHandler
ImportError: cannot import name NullHandler
Hello, I just downloaded your module. But when I tried to import it, I have the following error:
I'm using python 2.7.6.
Thank you for your help.