推奨されている Python と win32all ライブラリをインストールしたものの、Script Editor から何らかの処理を実行するたびに、スクリプト ログ パネルに以下のような多くのエラー/トレースバック メッセージが表示される場合があります。
#INFO : "4000 - exceptions.AssertionError: This module has already been processed by this process"
テキスト エディタで %PythonPath%¥Lib¥site-packages¥win32com¥client¥gencache.py を開きます。
"This module has already been processed by this process"
# assert not mod.__dict__.has_key("_in_gencache_"), \ # "This module has already been processed by this process"
これで、使用している Softimage バージョンで Python スクリプトを記述できるようになります。