pythonで外部ライブラリ(特にCで書かれたもの)を使用していると、python自体がキャッチできないエラーが起き、何も表示されずに異常終了することがあります。私の場合mysql-connector-pythonを使用した時に起こりました。 そのような時に役に立つのが標準 ...
Since the first report you got the python traceback, showing an "Attribute Error". My last try, with the patch, fail too and you got the traceback, with the same "Attribute Error". Why are you telling ...