Re: [python-win32] Application exception in Python.dll

2005-11-23 Thread Tom_RobbinsMilne
OTECTED] 11/23/2005 02:21 PM To [EMAIL PROTECTED] cc python-win32@python.org Subject Re: [python-win32] Application exception in Python.dll [EMAIL PROTECTED] wrote: > [snip] > The error I'm getting is: >  Event viewer: > > Faulting application python.exe, v

Re: [python-win32] Application exception in Python.dll

2005-11-23 Thread John Machin
[EMAIL PROTECTED] wrote: > [snip] > The error I'm getting is: > Event viewer: > > Faulting application python.exe, version 0.0.0.0, faulting module > python24.dll, version 2.4.150.1012, fault address 0x000t2f60 What is that "t" in the middle of a hexadecimal number? > > Doctor Watson: >

[python-win32] Application exception in Python.dll

2005-11-23 Thread Tom_RobbinsMilne
Hi, I have a series of python programs that communicate over sockets. The server is using asyncore, the clients just the bare socket library. The system is just storing strings of XML associated with a particular name, kinda like a poor man's file system. The trouble is that it mostly runs fine