Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.84.MISMATCH!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'win32': 0.03; 'subject:: [': 0.03; 'attribute': 0.05; 'binary': 0.05; 'mrab': 0.05; 'python': 0.09; '2006,': 0.09; 'uninstalled': 0.09; "skip:' 30": 0.15; 'skip:f 30': 0.15; "'rb').read()": 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'md5': 0.16; 'message- id:@tim.thechases.com': 0.16; 'oct': 0.16; 'received:70.251': 0.16; 'received:dsl.rcsntx.swbell.net': 0.16; 'received:rcsntx.swbell.net': 0.16; 'received:swbell.net': 0.16; 'reinstalled': 0.16; 'subject:night': 0.16; 'subject:started': 0.16; 'wrote:': 0.17; 'copied': 0.17; '>>>': 0.18; 'subject:] ': 0.19; 'module': 0.19; 'bit': 0.21; 'import': 0.21; 'cc:2**0': 0.23; 'this:': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'this.': 0.29; 'subject:last': 0.30; 'directory,': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'item': 0.37; 'data': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'back': 0.62; 'more': 0.63; 'taking': 0.65; 'hammer': 0.84; 'received:50.22': 0.84 Date: Thu, 13 Sep 2012 09:45:31 -0500 From: Tim Chase User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111120 Icedove/3.1.16 MIME-Version: 1.0 To: python-list@python.org 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> In-Reply-To: <5051E4F1.2080308@mrabarnett.plus.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tim.thechases.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1347547460 news.xs4all.nl 6906 [2001:888:2000:d::a6]:52610 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:29035 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.