Reputation: 57
I used the setup.py build method to turn my .py into a .exe and it mad a build folder with the exe, 4 .dll files and another folder with loads of stuff in it, how do I turn all of this into one .exe?
Upvotes: 0
Views: 84
Reputation: 905
Have you tried --onefile parameter in the command? Documentation
--onefile
Upvotes: 2