Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sat, 7 May 2005 12:13:16 -0400 From: Jason Tishler To: ward AT mit DOT edu Cc: cygwin AT cygwin DOT com Subject: Re: Symlinks don't work in python??? Message-ID: <20050507161315.GA3248@tishler.net> Mail-Followup-To: ward AT mit DOT edu, cygwin AT cygwin DOT com References: <20050411142112 DOT GA3796 AT tishler DOT net> <20050416021255 DOT GA2624 AT tishler DOT net> <20050419124816 DOT GB2772 AT tishler DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050419124816.GB2772@tishler.net> User-Agent: Mutt/1.4.1i X-IsSubscribed: yes Steve, On Tue, Apr 19, 2005 at 08:48:16AM -0400, Jason Tishler wrote: > You can workaround the problem by defining PYTHONCASEOK: > > $ PYTHONCASEOK= python -c 'import bar' > $ > > I will work with the Python developers to try to come up with a better > long term solution. I have found the long term solution to this problem: http://sf.net/tracker/index.php?func=detail&aid=1197318&group_id=5470&atid=305470 The solution was actually much easier than I thought -- it just makes Cygwin use the Mac OS X case checking function (i.e, case_ok()) instead of a modified Window's version. The next Cygwin Python package will have the above mentioned patch applied. Thanks for helping to uncover this bug. Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/