Hey, in an earlier question I asked why gui2exe wasn't working.
Since then I've tried a couple of things but haven't found out much. Only that the problem has something to do with the sets module which py2exe is accessing.

I tried,
Code:
import py2exe
and got,
Code:
Warning (from warnings module):
  File "C:\Program Files\Python25\lib\site-packages\py2exe\build_exe.py", line 16
    import sets
...