Re: Problem with sys.executable in python.

2003-12-14 Thread Jason Tishler
John, On Sun, Dec 14, 2003 at 12:43:17PM -0500, John P. Rouillard wrote: > Can somebody with anup to date python please run the following program > interactively: > > import sys > print sys.executable > > When I run this, sys.executable returns the current working directory, > not /usr/bin/p

Problem with sys.executable in python.

2003-12-14 Thread John P. Rouillard
Hi all: Can somebody with anup to date python please run the following program interactively: import sys print sys.executable When I run this, sys.executable returns the current working directory, not /usr/bin/python. I just had to have my machine rebuilt from an image, and I have already d