Python task label

Tyler Eaves tyler at cg1.org
Sun Feb 2 16:33:08 EST 2003


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


-- 
Tyler Eaves

"There are 10^11 stars in the galaxy. That used to be a huge number. But
it's only a hundred billion. It's less than the national deficit! We used to
call them astronomical numbers. Now we should call them economical numbers."
                                                  
						  --Richard Feynman




More information about the Python-list mailing list