Creating a Windows EXE is proving difficult

Might have to make due without one.  We tried PyInstall and Py2exe. We've been less then successful.
Going to try :  http://www.pyweek.org/d/882/  . Hopefully the exe is short in coming. 

(log in to comment)

Comments

I use cx_freeze
I had to change the resource loading logic to specifically target py2exe for it to work.
@Hugoagogo: do you have a good tutorial handy ? Maybe it is too much to to create a window's exe form linux ??
P.S. Thanks . @Hugoagogo  &&  @pufuwozu
What are the benefits of delivering an exe file? I'm on windows and I don't care if I have to click on an exe or a pyw file.
@Archy the exe use a custom static or dynamic python lib and will use the modules stored in the same directory.
Ah, thanks. So it wouln't even require python to be installed? Thats useful. We have only python as a dependecy so all the judges should be fine :)
It is our and we didnt want other people to have problems running the game. We also hope is not much of a problem :)
Considering that it is finalists that are performing the judging, I can't imagine a judge not having python configured and working.  So long as we don't have esoteric dependencies everything should be fine.
Also if the default script for creating exe files dosent work gui2exe is worth a look