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) 312-651-3435 |
-- http://mail.python.org/mailman/listinfo/python-list