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. Regards, Tarek -- http://mail.python.org/mailman/listinfo/python-list
