Re: portable way to get process infos

2005-09-30 Thread gnukid
Try cygwin (http://www.cygwin.com) -- http://mail.python.org/mailman/listinfo/python-list

portable way to get process infos

2005-09-29 Thread Tarek Ziadé
Hi, I am getting infos on the current process, under linux, by reading the file pointed by: '/proc/%d/status' % os.getpid() huh :( There's probably another way to do it on win32 but, i was wondering if there's a way or an existing extension out there to do make it work on any platform.