K
K
Kurum2017-03-20 15:01:15
Python
Kurum, 2017-03-20 15:01:15

PyQt4 | How do I set the image name and process descriptions for my program?

If we open the Windows task manager, the “Processes” tab, we will see that our running python program in the “Image Name” and “Description” columns is written as pythonw.exe. This circumstance is extremely convenient, since it is not clear how much memory is allocated to a particular program. How can I set the process name?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Q
qlkvg, 2017-03-20
@Pyrym

setproctitle . It works under Linux, they write that it should also work under Windows. Or fence a crutch through py2exe or another similar tool.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question