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 From: "Dockeen" To: Subject: Python Lesson Learned Date: Sat, 8 Jun 2002 00:14:52 +0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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. I did a python -v, and saw it was reporting using a flavor of release 2.1. Now, after flailing around a little bit with uninstalling and reinstalling Python, I finally used my anemic brain and noticed something important. 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. I deleted the older stuff and now things are working well with dislin. (Oh yeah, python -v reports version 2.2 being used too). I don't know how many folks out there use Python in Cygwin, but I thought my misfortune might be of use to someone some day, even if only for humor value. Wayne Keen -- 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/