SocketServer inconsistencies

Fredrik Lundh fredrik at pythonware.com
Tue Feb 13 19:02:26 EST 2001


Daniel Klein wrote:
> On Windows, using Python 2.0, the same command returns
>
> >>> import SocketServer
> Traceback (innermost last):
>   File "<pyshell#0>", line 1, in ?
>     import SocketServer
> NameError: Case mismatch for module name SocketServer
> (filename C:\DanielK\python\socketserver.py)

did you call your test program "socketserver.py" ?

that's a bad idea, when using a case-insensitive file
system...

Cheers /F





More information about the Python-list mailing list