Python task label

Wolfgang Strobl wks000 at t-online.de
Sun Feb 2 18:10:08 EST 2003


Tyler Eaves <tyler at cg1.org>:

>Sam Marrocco unleashed the following on comp.lang.python:
>> 
>> 
>> When I run my Python app, which has a TK gui, the XP OS displays the app 
>> as "python.exe" in the task manager, along with a second "python.exe" 
>> which I assume is the interpreter itself.
>> 
>> Is it possible for me to decide the name that the OS will give to my app 
>> within my code, as opposed to the default name of "python.exe"? Can I 
>> also "hide" the python interpreter from the task manager?
>> 
>As far I know, no. Because python.exe IS what's running ;)

python.exe is only about 20k, so copying python.exe to emil.exe and
then calling emil.exe is how I'd do it.

-- 
Wir danken für die Beachtung aller Sicherheitsbestimmungen




More information about the Python-list mailing list