Python implmenentation of finding process's command line parameters.

Tim Golden tjgolden at gmail.com
Fri Jul 3 15:50:04 EDT 2009


dudeja.rajat at gmail.com wrote:
> I have had a look at psutil, however, this only works with Python 2.6.x and
> above. We are using Python 2.5.2 and updating python could pose certain
> problems. So, I'm not keep on using psutils.

Doesn't look as if there's anything 2.6-specific there.
Maybe the maintainer can comment, but I suspect you'd
just need to recompile and link against 2.5

TJG



More information about the Python-list mailing list