try,

if hasattr(sys, 'frozen'): me = sys.executable
else: me = sys.argv[0]

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

Reply via email to