-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with "legacy" python #1
Comments
Thanks for letting me know! Does it work now? |
Thanks, it works! |
Please let me know what you think! Haven't gotten any feedback yet. |
I just had time to play with it a little. At first glance I was a little scared about lots of C code. But actually, I like the interface! It's extremely concise. I far as I can see, this logger is not picklable. I know, that it doesn't much sense to pickle it. It would be useful to provide a method which copies the gziped log to the pickled file. What do you think? |
I wasn't able to install Mimir using python 2.7. The first problem was that there are unicode characters in
setup.py
which can be easily fixed by a magical comment. Another problem that there's nocollections.abc
in python 2.7 and I'm not sure how to fix it.The text was updated successfully, but these errors were encountered: