SocketServer on Windows NT

robin and jim robinjim at earthlink.net
Sun Sep 24 07:18:59 EDT 2000


I believe I've found the problem.  There is another file (in addition to the
one with the Python distribution) called SocketServer in my PYTHONPATH which
is another implementation of a socket server!


j vickroy <jim.vickroy at noaa.gov> wrote in message
news:39CBBE1B.FDC138F8 at noaa.gov...
> 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