SocketServer on Windows NT

j vickroy jim.vickroy at noaa.gov
Fri Sep 22 16:16:27 EDT 2000


Hello all,

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.

Any ideas what I'm doing wrong.

Thanks



More information about the Python-list mailing list