> 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/

