1

pyinstaller を使用して非常に基本的な実行可能ファイルを作成しようとしましたが、それを実行すると winpexpect (pexpect の Windows バージョン) でかなり判読できないエラーがスローされます。winspawn クラスを使用しているときにエラーが発生すると推測することしかできませんでした。

C:\Users\Dan\Dropbox\Programming\Python\MC\ServerSense>ServerSense.exe
Traceback (most recent call last):
  File "<string>", line 170, in <module>
  File "<string>", line 52, in __init__
  File "C:\Users\Dan\Dropbox\Programming\Python\Packagers\PyInstaller\PyInstalle
r-2.1\ServerSense\build\ServerSense\out00-PYZ.pyz\winpexpect", line 346, in __in
it__
  File "C:\Users\Dan\Dropbox\Programming\Python\Packagers\PyInstaller\PyInstalle
r-2.1\ServerSense\build\ServerSense\out00-PYZ.pyz\pexpect", line 429, in __init_
_
  File "C:\Users\Dan\Dropbox\Programming\Python\Packagers\PyInstaller\PyInstalle
r-2.1\ServerSense\build\ServerSense\out00-PYZ.pyz\winpexpect", line 401, in _spa
wn
pywintypes.error: (2, 'CreateProcess', 'The system cannot find the file specifie
d.')

winpexpectをpyinstallerでパッケージ化する方法について、誰かが洞察を提供できますか? どのファイルが見つからないかを教えてくれているようにも見えません。

4

1 に答える 1