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


Groups > comp.lang.python > #29035

Re: [SOLVED] Python2.4 on Win32 suddenly started crashing last night

Date 2012-09-13 09:45 -0500
From Tim Chase <python.list@tim.thechases.com>
Subject Re: [SOLVED] Python2.4 on Win32 suddenly started crashing last night
References <5051D49B.1070009@tim.thechases.com> <5051DBC9.9060009@mrabarnett.plus.com> <5051E13E.6020402@tim.thechases.com> <5051E4F1.2080308@mrabarnett.plus.com>
Newsgroups comp.lang.python
Message-ID <mailman.607.1347547460.27098.python-list@python.org> (permalink)

Show all headers | View raw


On 09/13/12 08:51, MRAB wrote:
> I get this:
> 
> Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on 
> win32
> Type "help", "copyright", "credits" or "license" for more information.
>  >>> data = file(r'C:\Python24\DLLs\_socket.pyd', 'rb').read()
>  >>> import md5
>  >>> md5.md5(data).hexdigest()
> '166f1020fedc254d6f25ccee0994caff'

Thanks for taking the time to hammer on this.  I archived off my
binary module from the site-packages directory, uninstalled 2.4.3,
reinstalled using 2.4.4 and copied back in the item to the
site-packages directory, and everything is working now.  I can only
attribute it to bitrot, sun-spots, or some such oddity.

Thanks again.

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


Thread

Re: [SOLVED] Python2.4 on Win32 suddenly started crashing last night Tim Chase <python.list@tim.thechases.com> - 2012-09-13 09:45 -0500

csiph-web