I converted an empty Python file to an exe file with the pyinstaller library, and the exe file size was 6.694 MB. Why was the size of the exe file so large even though the Python file was empty and there was no reference to it? really why?
I think it might be part of pythoninstaller, because of the conversion to .exe in that process it might create something in the file that makes it to weight that. Even though is very weird.
2.1m questions
2.1m answers
60 comments
57.0k users