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, 08 Jun 2002 10:21:41 -0400 From: Jason Tishler Subject: Re: Python Lesson Learned In-reply-to: To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20020608142141.GB672@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: Wayne, On Sat, Jun 08, 2002 at 12:14:52AM +0600, Dockeen wrote: > I noticed something interesting this evening. I was playing > with the Cygwin version of dislin. I got everything going for > C and Perl, but Python was complaining of an interpreter > mismatch. The above is an unfortunate fact with (at least) Cygwin Python -- shared extensions built for one version of Python will *not* work with any other version. > [snip] > Somehow (probably through incompetence or > fumble fingering by me), I had ended up with two installations > of Python, one in /usr/local/bin, and the newer one in /usr/bin, > and the older one was being found first. Note that the version in /usr/local is not from a standard Cygwin package. Did you ever build Python yourself? Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/