W. Watson wrote: > I did a search in the python24 folder for sys.exec* (in c:\python24), but > came up with nothing. [nothing in a search of c:--sys.exec*] I have two > python folders, c:\python24 and c:\python25. The contents of both folders > look fairly similar and each have a python.exe. I do not use a PIL or > Numeric in 2.5.
I'm sorry. sys is a module. I meant for you to execute the following Python code: import sys print sys.executable -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco -- http://mail.python.org/mailman/listinfo/python-list