以下のコード(任意のpdfファイルのOCR処理)をPython環境のないPCで実行できるよう、Pyinstallerでバイナリファイル(exe)を作成したのですが、作成したexeファイルが動作しません。(黒いコマンドプロンプトが一瞬起動してすぐ閉じる)。 Anaconda prompt, PowerShell 等から実行すると以下のエラーが出ます。 > ocr.exe Traceback (most recent call last): File "ocr.py", line 213, in <module> NameError: name 'null' is not defined [10656] Failed to execute script ocr どうすればexeファイルが動作するようになるでしょうか? また、コマンドラインからexeファイルを実行した時のエラー(line 213