SocketServer on Windows NT

Peter Hansen peter at engcorp.com
Sat Sep 23 11:35:01 EDT 2000


j vickroy wrote:
> 
> Using Python 1.5.2 on Windows NT 4.0, a file (foo.py) comprising the
> following code:
> 
> print '<01>'
> import SocketServer
> print '<02>'
> 
> produces the output '<01>' but seems to "hang" on the import statement
> so that '<02>' is never printed.

c:\>python foo.py
<01>
<02>

Hmmm... works here.  Also works from the interactive prompt.  What
happens if you try that?

What patches have you applied to your NT 4.0?  Some of those are fairly
critical ones relating to the TCP/IP stack.  I believe the
recommendation is that at *least* patch 3 is required, and possibly 4. 
They're up to at least 5 or 6...

-- 
Peter Hansen



More information about the Python-list mailing list