28

Possible Duplicate:
py2exe - generate single executable file

I made a application.exe from application.py using "pyinstaller".There are so many .dll file generated during this process. How can i make a application with single .exe file

2
  • 12
    This is not a duplicate, since it's asking about pyinstaller. The other question is asking about py2exe. Commented Feb 5, 2015 at 15:04
  • 1
    Actually the top answer there does answer your question: stackoverflow.com/a/112713/4752883 Commented Feb 25, 2018 at 1:46

1 Answer 1

64

Have you tried the --onefile option to PyInstaller? See the documentation on the subject.

Sign up to request clarification or add additional context in comments.

1 Comment

I thought I was going to need some other packer or something, what a simple solution to something I was already using. Thanks!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.