Metasequoia Python Interface
- Metasequoia > Metasequoia Python
- by yuichirou yokomakura
- 2010.08.26 Thursday 23:19
Pythonのバージョンを確認するスクリプト
出力結果は
20203f0
メタセコイアが対応しているPythonのバージョンはVer2.2.3ということですね。
import sys
MQSystem.println("%x" % sys.hexversion)
出力結果は
20203f0
メタセコイアが対応しているPythonのバージョンはVer2.2.3ということですね。
- -
- -