Re-installing Numeric and PIL Files

Robert Kern robert.kern at gmail.com
Thu Feb 8 11:02:48 EST 2007


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




More information about the Python-list mailing list