Re-installing Numeric and PIL Files

W. Watson wolf_tracks at invalid.com
Thu Feb 8 12:27:25 EST 2007


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?

main myprog
{
   import sys
   print sys.executable
   pause
} ??




          Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
              (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
               Obz Site:  39° 15' 7" N, 121° 2' 32" W, 2700 feet

       "Humans aren't the first species to alter the atmosphere; that
        distinction belongs to early bacteria, which some two million
        years ago, invented photosynthesis.
                         -- Field Notes from a Catastrophe, Kolbert

-- 
                     Web Page: <home.earthlink.net/~mtnviews>



More information about the Python-list mailing list