Re-installing Numeric and PIL Files

Robert Kern robert.kern at gmail.com
Thu Feb 8 17:24:48 EST 2007


W. Watson wrote:
> Robert Kern wrote:
>> 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
>>
> I'm savvy about a number of languages, but not yet about Python. What py 
> file will allow this to be executed?

Just the lines between the comments here:

####
import sys
print sys.executable
####

I recommend going through the tutorial first, before worrying about Numeric or
PIL. Here is the URL for the 2.4.4 version:

  http://www.python.org/doc/2.4.4/tut/tut.html

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