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: "John Morrison" To: "The Cygwin Mailing List" Subject: RE: Problem with sys.executable solved Date: Sun, 13 Jun 2004 18:51:59 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit In-Reply-To: <200406131636.i5DGaNB9025102@mx1.cs.umb.edu> X-IsSubscribed: yes > From: John P. Rouillard > > The permissions on python2.3 were mode 000. This allowed python to > run, but didn't allow it to do other things like resolve its own > name. chmod 755 /usr/bin/python2.3.exe fixed the sys.executable problem. $ python -V Python 2.3.4 $ ls -liash /usr/bin/python2.3.exe -rwxr-xr-x /usr/bin/python2.3.exe and I didn't do anything other than setup...? J. -- 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/