Description: Investigate and fix the error that prevents PyInstaller from producing a working .exe. Include reproduction steps, error output, environment (Python ...
今回はPythonのPyinstallerを使用してスクリプトを実行ファイルにしてみようと思います。 ただし、普通のやり方と違ってサードパーティーライブラリは一切含まないような方法を行います。 目的は個別のライブラリのライセンスを確認するのが面倒くさいから ...
- assert_int_equal(-1, checkFile(result, "%s%s%s.pkg", "a1", "bb", "cc", "dd")); + assert_int_equal(-1, _format_and_check_path(result, "%s%s%s.pkg", "a1", "bb", "cc ...