2011-01-25 python で実行ファイルのパスを取得してみた Python import os print os.path.dirname(os.path.abspath(sys.argv[0])) もっと単純な方法なかったっけ?