python 프로젝트에서 .py를 .exe로 변환하는 방법
-
pyinstaller를 이용해서 해보려고 합니다. 하지만 일반 ide에서 쓰는 방식으로 작동하지 않아서 여쭤봅니다.
-
48647 INFO: checking EXE
48653 INFO: Rebuilding EXE-00.toc because pkg is more recent
48654 INFO: Building EXE from EXE-00.toc
48663 INFO: Appending archive to ELF section in EXE /workspace/TDCP_51/build/index/index
48695 INFO: Building EXE from EXE-00.toc completed successfully.
48713 INFO: checking COLLECT
WARNING: The output directory "/workspace/TDCP_51/dist/index" and ALL ITS CONTENTS will be REMOVED! Continue? (y/N)y
On your own risk, you can use the option--noconfirm
to get rid of this question.
57406 INFO: Removing dir /workspace/TDCP_51/dist/index
57415 INFO: Building COLLECT COLLECT-00.toc
59023 INFO: Building COLLECT COLLECT-00.toc completed successfully.에러가 딱히 뜨지 않습니다.
-
https://junho0956.tistory.com/53
리눅스 실행권한 오류 아닐까요 ?
어떤 에러 나시나요 ?