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.  I can do this with win32api.GetModuleFileName(0) on Windows, but I would like a solution that uses only standard modules and works cross platform.  Any suggestions?

 

TIA.

 

Jon K Peck (Kim)

[EMAIL PROTECTED]

312-651-3435

233 S Wacker Dr

Chicago, IL 60606

 

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

Reply via email to