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


Groups > comp.lang.python > #5497 > unrolled thread

Re: Import on case insensitive filesystem

Started by"Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
First post2011-05-16 04:50 -0300
Last post2011-05-16 04:50 -0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Import on case insensitive filesystem "Gabriel Genellina" <gagsl-py2@yahoo.com.ar> - 2011-05-16 04:50 -0300

#5497 — Re: Import on case insensitive filesystem

From"Gabriel Genellina" <gagsl-py2@yahoo.com.ar>
Date2011-05-16 04:50 -0300
SubjectRe: Import on case insensitive filesystem
Message-ID<mailman.1632.1305531717.9059.python-list@python.org>
En Fri, 13 May 2011 15:43:23 -0300, Mitchell Hashimoto  
<mitchell.hashimoto@gmail.com> escribió:

> I'm developing an app which runs Python on a filesystem which is not case
> sensitive (Mac OS X), but is mounted as an NFS drive on a remote machine.
> This causes errors because of the import being case sensitive but  
> accessing
> an FS which is case insensitive. Short of copying the entire directory  
> tree
> over to another filesystem, is there anything I can do to flag Python to  
> act
> as though it were on a case sensitive FS?

Try creating an environment variable PYTHONCASEOK with any value.
See http://www.python.org/dev/peps/pep-0235/ for details.

-- 
Gabriel Genellina

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web