OS independent way to check if a python app is running?
Simon Brunning
simon at brunningonline.net
Mon Dec 14 14:36:42 EST 2009
2009/12/14 <python at bdurham.com>:
> Is there an os independent way to check if a python app is running?
if True:
print "I'm running."
;-)
--
Cheers,
Simon B.
More information about the Python-list
mailing list