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

2013-02-05 Thread bidzina_kapanadze
On Wednesday, January 11, 2012 12:28:52 PM UTC+1, Laurent Claessens wrote: > Le 11/01/2012 12:19, mike a �crit : > > > Hi, > > > > > > We are running are running Python program on Redhat 5.5. > > > > > > When executing our program we get the following error ( see below). > > > > > > Any id

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

2013-02-04 Thread dieter
Ibad Kureshi U0850037 writes: > I am bit new to python and am struggling to install NumPy and SciPy on to > Python 2.7. Based on my understanding I believe that the problem is with my > Python install rather than the way I am installing NumPy. I have seen only > two other threads that deal wit

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

2013-02-03 Thread Ibad Kureshi U0850037
print(sys.version) import hashlib print(hashlib.__file__) print(hashlib.md5) import _md5 print(_md5.__file__) >>> 2.7.3 (default, Oct 11 2012, 14:00:07) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] >>> ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/a

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

2012-09-27 Thread Klaus
I had that problem after moving my Python installation into another directory. Reinstalling Python helped. -- http://mail.python.org/mailman/listinfo/python-list

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

2012-01-14 Thread Marc Christiansen
Steven D'Aprano wrote: > On Fri, 13 Jan 2012 06:14:50 -0800, mike wrote: >> pysibelius is a lib that we use. >> >> I am not sure that is the problem since the python program works on SuSE >> but not on RH server. And AFAIK >> the only difference ( well that I can see) is the OpenSSL version. > >

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

2012-01-13 Thread Steven D'Aprano
On Fri, 13 Jan 2012 06:14:50 -0800, mike wrote: > On Jan 13, 5:41 am, alex23 wrote: >> On Jan 13, 1:34 pm, Steven D'Aprano > >> +comp.lang.pyt...@pearwood.info> wrote: >> > What is pysibelius? I can't find it on the web. Does it have anything >> > to do with Sibelius the music composition softwar

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

2012-01-13 Thread Michael Torrie
On 01/13/2012 07:14 AM, mike wrote: > pysibelius is a lib that we use. > > I am not sure that is the problem since the python program works on > SuSE but not on RH server. And AFAIK > the only difference ( well that I can see) is the OpenSSL version. > > According to code it uses openssl: > > >

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

2012-01-13 Thread mike
On Jan 13, 5:41 am, alex23 wrote: > On Jan 13, 1:34 pm, Steven D'Aprano > +comp.lang.pyt...@pearwood.info> wrote: > > What is pysibelius? I can't find it on the web. Does it have anything to > > do with Sibelius the music composition software? > > Yes, please provide more information about the py

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

2012-01-12 Thread alex23
On Jan 13, 1:34 pm, Steven D'Aprano wrote: > What is pysibelius? I can't find it on the web. Does it have anything to > do with Sibelius the music composition software? Yes, please provide more information about the pysibelius package, especially if this is the case. The few tenuous Python/Sibel

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

2012-01-12 Thread Steven D'Aprano
ore information. >>>> import sys > print(sys.version) > import hashlib > print(hashlib.__file__) > print(hashlib.md5) > import _md5 > print(_md5.__file__) >>> 2.7.2 (default, Jun 16 2011, 15:05:49) [GCC > 4.5.0] >>>> ERROR:root:code for hash md5 was

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

2012-01-11 Thread mike
mmands. > > > Thank you. > > > -- > > Steven > > Hi, > > Sorry for posting huge file. I added your copy-paste snippet. > > esekilx5030 [7:09am] [roamFroBl/pysibelius/bin] -> python > Python 2.7.2 (default, Jun 16 2011, 15:05:49) > [GCC 4.5.0] on linux2 >

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

2012-01-11 Thread mike
quot;copyright", "credits" or "license" for more information. >>> import sys print(sys.version) import hashlib print(hashlib.__file__) print(hashlib.md5) import _md5 print(_md5.__file__) >>> 2.7.2 (default, Jun 16 2011, 15:05:49) [GCC 4.5.0] >>> ERROR

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

2012-01-11 Thread Steven D'Aprano
On Wed, 11 Jan 2012 05:54:29 -0800, mike wrote: > I did some more digging and found that our class imports a "yacc.py" > that uses > > import re, types, sys, cStringIO, hashlib, os.path > > so it has hashlib. > > yacc.py seems to be an old version 1.3 ( I found 2.3 -->). > > Reading about hash

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

2012-01-11 Thread Terry Reedy
On 1/11/2012 6:19 AM, mike wrote: Hi, We are running are running Python program on Redhat 5.5. When executing our program we get the following error ( see below). Any ideas what this is due to? br, //mike /pysibelius/lib/common/ DataTypes.py Overwriten ... ERROR:root:code for hash md5

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

2012-01-11 Thread Laurent Claessens
Le 11/01/2012 12:19, mike a écrit : Hi, We are running are running Python program on Redhat 5.5. When executing our program we get the following error ( see below). Any ideas what this is due to? On my computer hashlib has "md5" : Python 2.6.6 (r266:84292, Sep 15 2010, 16:22:56) [GCC 4.4.

ERROR:root:code for hash md5 was not found

2012-01-11 Thread mike
Hi, We are running are running Python program on Redhat 5.5. When executing our program we get the following error ( see below). Any ideas what this is due to? br, //mike /pysibelius/lib/common/ DataTypes.py Overwriten ... ERROR:root:code for hash md5 was not found. Traceback (most recent