On Jul 20, 11:42 am, godavemon <[EMAIL PROTECTED]> wrote: > I'm on an intel macbook using OS X 10.4 and for some reason my path is > being interpreted incorrectly. See the example: > > [EMAIL PROTECTED] pwd > /Users/dave/til/jared <----- dirname = jared > [EMAIL PROTECTED] python > ...>>> import os > >>> os.path.abspath('') > > '/Users/dave/til/Jared' <----- dirname = Jared > > python is capitalizing my jared directory. It has worked for a long > time but suddenly doesn't. I'm working on the project over SVN, could > it be some kind of incompatibility with someone who submitted using > windows or something? Any solutions for this?
Also my python version is Python 2.4.4 (#1, Oct 18 2006, 10:34:39) [GCC 4.0.1 (Apple Computer, Inc. build 5341)] on darwin Type "help", "copyright", "credits" or "license" for more information. -- http://mail.python.org/mailman/listinfo/python-list