This has been fixed in version 0.7 of checkbox currently in jaunty:

def safe_md5sum():
    try:
        import hashlib
        digest = hashlib.md5()
    except ImportError:
        # for Python << 2.5
        import md5
        digest = md5.new()

    return digest


** Changed in: checkbox-compatibility
     Assignee: (unassigned) => Marc Tardif (cr3)

** Changed in: checkbox (Ubuntu Jaunty)
       Status: Incomplete => Fix Released

** Changed in: checkbox (Ubuntu Jaunty)
     Assignee: Dave Murphy (schwuk) => Marc Tardif (cr3)

** Changed in: checkbox-compatibility
       Status: Incomplete => Fix Released

-- 
checkbox fails to start on Samsung NC10
https://bugs.launchpad.net/bugs/337384
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

Reply via email to