I have a Python program that runs on Linux.
My clients may want to run a Python program on Windows.
Suppose they do not want to install Python, PyGTK or Linux.
Is there a tool, preferably free ("open source"), that can run on Linux, take my Python program and create an installer that installs it on Windows?
(Features: My program is in Python 2.6.6, with PyGTK, on Ubuntu 10.10, on VirtualBox, on Windows. I do not have administrator rights on my Windows machine, so I am limited to what I can install on Windows.)
source share