On Fri, Jan 9, 2015 at 6:14 AM, Gisle Vanem <gva...@yahoo.no> wrote: > Why are these listed twice with different casing? One > would assume that Python on Win32 would be case-insensitive. > Some .pth-file to blame here?
I checked my own Python 2.7 installation and discovered that I have the same problem, although without the different casing. Perusing the .pth files in site-packages turns up setuptools.pth, which just contains the site-packages path. Removing that file solves the issue for me. -- https://mail.python.org/mailman/listinfo/python-list