Get EXE (made with py2exe) path directory name
Justin Ezequiel
justin.mailinglists at gmail.com
Mon Jun 5 21:47:12 EDT 2006
try,
if hasattr(sys, 'frozen'): me = sys.executable
else: me = sys.argv[0]
More information about the Python-list
mailing list