Windows installer from python source code without access to source code
Jim Schwartz
jschwar at sbcglobal.net
Fri Mar 31 08:00:03 EDT 2023
I want a windows installer to install my application that's written in
python, but I don't want the end user to have access to my source code.
Is that possible using python? I was using cx-freeze, but that has the
source code available. So does pyinstaller. I think gcc does, too.
Does anyone know of a way to do this?
More information about the Python-list
mailing list