Can any Python guru helped me with the following question -
I volunteered at work to build a desktop app with Python (using tkMessageBox
etc). It will be used by somebody in another office on his/her Windows
machine.
Does he/she have to install Python to run this app? Can I convert my
Python app into a Windows application (without Python) for people to
download and use?
Thanks!!!