I'm trying to write a small wrapper to forward Mumble integration through Wine to a Linux Mumble. The problem I'm facing is that I'd like to pack my slightly changed FAF (that is, the client from git at 0.10.122 tag) into an executable with py2exe, so that I don't need to worry about setting up Python on Wine.
I tried to do it on a Windows machine, but after installing all the dependencies py2exe spews out a warning about dozens of packages possibly missing and the resulting executable doesn't work. Could anyone help me set up my environment or otherwise help me pack my changes into an exec?