David Binger wrote: > > On Jun 8, 2005, at 6:29 PM, mso@oz.net wrote: > >> scgi_server.py has an "interesting" case sensitivity problem on Mac >> OS X >> 10.3. > > > I remember noticing this annoying feature before. > It is not fixed in 10.4, so don't let that be your reason to upgrade. > > You can also work around it by importing fcntl before loading the > ptl import hooks. My colleague says FCNTL.py is gone in Python 2.4, so that should fix it too. We'll be testing that soon. What does the PTL hook do that would cause this? It doesn't look like it reorders the Python path.