Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29035 > unrolled thread
| Started by | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| First post | 2012-09-13 09:45 -0500 |
| Last post | 2012-09-13 09:45 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [SOLVED] Python2.4 on Win32 suddenly started crashing last night Tim Chase <python.list@tim.thechases.com> - 2012-09-13 09:45 -0500
| From | Tim Chase <python.list@tim.thechases.com> |
|---|---|
| Date | 2012-09-13 09:45 -0500 |
| Subject | Re: [SOLVED] Python2.4 on Win32 suddenly started crashing last night |
| Message-ID | <mailman.607.1347547460.27098.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web