Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #83456

Re: Non-unique dirs in sys.path

References <54AFD43F.5040100@yahoo.no>
From Ian Kelly <ian.g.kelly@gmail.com>
Date 2015-01-09 09:40 -0700
Subject Re: Non-unique dirs in sys.path
Newsgroups comp.lang.python
Message-ID <mailman.17534.1420821695.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Fri, Jan 9, 2015 at 6:14 AM, Gisle Vanem <gvanem@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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Non-unique dirs in sys.path Ian Kelly <ian.g.kelly@gmail.com> - 2015-01-09 09:40 -0700

csiph-web