tag:blogger.com,1999:blog-2797923531103204252.post6169252665212040787..comments2008-06-24T18:11:56.274+02:00Comments on Majek's technical blog: Set process name in pythonmajekhttp://www.blogger.com/profile/01251411797162710066noreply@blogger.comBlogger1125tag:blogger.com,1999:blog-2797923531103204252.post-24569971816303016212008-06-24T18:11:00.000+02:002008-06-24T18:11:00.000+02:002008-06-24T18:11:00.000+02:00Thank you for the recipe. Unfortunately to me PyIn...Thank you for the recipe. Unfortunately to me PyInline crashed my program often. :( I don't know why - I have a big import list and it's not obvious to find which module caused crash.I've written small python module procname for getting/setting process name.Usage is extremally simple:>>> import procname>>> procname.getprocname()'python'>>> procname.setprocname('Bla-bla-bla')This library affects Anonymousnoreply@blogger.com