I've installed pybloomfilter using pip, on a linux machine running python 2.7.15. When I do "import pybloomfilter", i get this message on the console as my python exits:
[-]calg library: http://c-algorithms.sourceforge.net
Trying to figure out what this message means.
(1) Is this message coming from the pybloomfilter module or is it coming from somewhere in the guts of python?
(2) Is it trying to tell me it needs some module related to that sourceforge URL? Usually if a module is missing python gives me a traceback showing me where the exception occurred. But here I get no traceback, just the cryptic message above.