Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18859

Re: ERROR:root:code for hash md5 was not found

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'lines.': 0.05; 'subject:code': 0.07; 'terry': 0.07; 'either.': 0.09; 'interpreter.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'library': 0.13; 'subject:was': 0.15; '>it': 0.16; 'bieber': 0.16; 'email addr:ix.netcom.com': 0.16; 'email name:wlfraed': 0.16; 'files...': 0.16; 'from:addr:ix.netcom.com': 0.16; 'from:addr:wlfraed': 0.16; 'from:name:dennis lee bieber': 0.16; 'hashlib': 0.16; 'message- id:@4ax.com': 0.16; 'received:wlfraed': 0.16; 'reedy': 0.16; 'sha1': 0.16; 'url:netcom': 0.16; 'url:wlfraed': 0.16; 'wulfraed': 0.16; 'wed,': 0.17; 'wrote:': 0.18; 'jan': 0.19; 'appears': 0.19; 'subject:not': 0.21; 'url:home': 0.21; 'received:166': 0.23; 'suspect': 0.24; 'tried': 0.27; 'lee': 0.28; 'module.': 0.29; 'lines': 0.30; 'hash': 0.30; "isn't": 0.33; 'header:X-Complaints- To:1': 0.33; 'to:addr:python-list': 0.34; 'be,': 0.34; '...': 0.36; 'charset:us-ascii': 0.37; 'received:org': 0.38; 'some': 0.38; 'finding': 0.39; 'to:addr:python.org': 0.40; 'might': 0.40; 'music': 0.64; '2012': 0.67; 'dennis': 0.73; 'failure': 0.74; '-0500,': 0.84; 'sibelius': 0.84; 'subject::': 0.87; 'subject:found': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: ERROR:root:code for hash md5 was not found
Date Wed, 11 Jan 2012 21:23:23 -0500
References <f777e948-02ca-45d3-a858-73e0003d7bcc@t13g2000vbt.googlegroups.com> <jekk6r$o42$1@dough.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host mobile-166-147-100-147.mycingular.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4671.1326335110.27778.python-list@python.org> (permalink)
Lines 30
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1326335110 news.xs4all.nl 6945 [2001:888:2000:d::a6]:44053
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18859

Show key headers only | View raw


On Wed, 11 Jan 2012 13:25:16 -0500, Terry Reedy <tjreedy@udel.edu>
wrote:

	Given

>> /pysibelius/lib/common/
>

I suspect some library for accessing Sibelius music notation files...

>> DataTypes.py
>> Overwriten ...
>> ERROR:root:code for hash md5 was not found.
>
>These 3 lines do not come from the interpreter.
>It might come from the hashlib module.
>
... might be responsible for those lines.

>
>> ERROR:root:code for hash sha1 was not found

	Note that whatever reported the MD5 failure appears to have tried a
follow-over to SHA1 and isn't finding that either.

	Makes me suspect the entire hashlib library may be, uhm, corrupted?
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
        wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

ERROR:root:code for hash md5 was not found mike <mikaelpetterson1@gmail.com> - 2012-01-11 03:19 -0800
  Re: ERROR:root:code for hash md5 was not found Laurent Claessens <moky.math@gmail.com> - 2012-01-11 12:28 +0100
    Re: ERROR:root:code for hash md5 was not found mike <mikaelpetterson1@gmail.com> - 2012-01-11 05:54 -0800
      Re: ERROR:root:code for hash md5 was not found Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-11 23:28 +0000
        Re: ERROR:root:code for hash md5 was not found mike <mikaelpetterson1@gmail.com> - 2012-01-11 22:13 -0800
          Re: ERROR:root:code for hash md5 was not found mike <mikaelpetterson1@gmail.com> - 2012-01-11 23:25 -0800
          Re: ERROR:root:code for hash md5 was not found Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-13 03:34 +0000
            Re: ERROR:root:code for hash md5 was not found alex23 <wuwei23@gmail.com> - 2012-01-12 20:41 -0800
              Re: ERROR:root:code for hash md5 was not found mike <mikaelpetterson1@gmail.com> - 2012-01-13 06:14 -0800
                Re: ERROR:root:code for hash md5 was not found Michael Torrie <torriem@gmail.com> - 2012-01-13 09:49 -0700
                Re: ERROR:root:code for hash md5 was not found Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-01-14 04:30 +0000
                Re: ERROR:root:code for hash md5 was not found Marc Christiansen <usenet@solar-empire.de> - 2012-01-14 13:33 +0100
    Re: ERROR:root:code for hash md5 was not found Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-01-11 12:12 -0500
  Re: ERROR:root:code for hash md5 was not found Terry Reedy <tjreedy@udel.edu> - 2012-01-11 13:25 -0500
  Re: ERROR:root:code for hash md5 was not found Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-01-11 21:23 -0500

csiph-web