I want to have the py2exe libraries on Linux so I can make exe files to use on Windows (I don't have Windows, but I'm making a program which I want to be available for Windows).
I'd really rather not use Wine on this one (besides, I've heard the executable files produced this way don't work). A reason I'd rather not use it is that I can't seem to install msi files (i.e. python2.5.msi) with Wine on Xubuntu. If you can tell me how to do that, I'll likely give it a try.