Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Delivered-To: mailing list cygwin@cygwin.com Message-ID: <40CB4D07.C41FA7B8@hot.pl> Date: Sat, 12 Jun 2004 20:35:51 +0200 From: Jacek Trzmiel MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: sys.executable broken under 2.3.4 References: <200406121533.i5CFX0DT015038@mx1.cs.umb.edu> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes "John P. Rouillard" wrote: > When running python -c "import sys; print sys.executable" it prints > the current working directory rather than the path to python unless > I invoke python with the full path. > > I can't reproduce this on a win 98 box, but on a windows 2k sp4 things > are broken. > > Can anybody reproduce this? Works for me: $ pwd /home/sc0rp $ python -c "import sys; print sys.executable" /usr/bin/python $ python -V Python 2.3.3 $ uname -a CYGWIN_NT-5.0 sc0rp 1.5.10s(0.116/4/2) 20040530 22:57:25 i686 unknown unknown Cygwin Win2kSP4 + updates. Greetings, Jacek. -- 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/