SpreadTooThin wrote: > How does one get the process id? > Is there a method for windows and unix (mac os x etc...)
under linux, do: import os os.getpid() -- http://mail.python.org/mailman/listinfo/python-list
SpreadTooThin wrote: > How does one get the process id? > Is there a method for windows and unix (mac os x etc...)
under linux, do: import os os.getpid() -- http://mail.python.org/mailman/listinfo/python-list