pyinstaller "onefile"실행 파일에 DLL과 텍스트 파일을 포함해야합니다. DLL을 추가 할 수 있지만 두 파일을 모두 지정하려고하면 pyinstaller가 불평합니다. 필자는 spec 파일이 아닌 명령 행 옵션을 사용하려고합니다. 여러 파일의 올바른 형식은 무엇입니까? pyinstaller에 여러 데이터 파일 포함
http://pyinstaller.readthedocs.io/en/stable/usage.html#options-group-what-to-bundle-where-to-search
http://pyinstaller.readthedocs.io/en/stable/spec-files.html#adding-data-files
는 몇 가지, 예를 시도 pyinstaller : 오류 : 인수 - 추가 - 데이터 : 잘못되었습니다 add_data_or_binary 값 : '/C/path1/my.dll;/c/path2/my.txt ;.'