JFI: As a workaround, this may filter out the warnings (add it to the top of
e.g. utils.py):
import warnings
warnings.simplefilter("ignore", DeprecationWarning)-- Deprecation Warnings when running under Python 2.6 https://bugs.launchpad.net/bugs/363877 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
