Peck, Jon wrote:
> I have Python code running in an application, and I would like to find 
> the full path of the process executable where it is running.

Like this?

 >>> import sys
 >>> sys.executable
'/usr/bin/python'
--
Benji York


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to