Search Result

Collapse
2 results in 0.0041 seconds.
Keywords
Members
Tags
gui2exe
  •  

  • josh001
    started a topic I'm having problems with py2exe

    I'm having problems with py2exe

    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
    ...
    See more | Go to post

  • GUI2exe "error 2" (apparently). Anyone know how to avoid this???

    Hello I'm running python 2.6.4 on windows vista 32 bit.

    My problem is that gui2exe hit's an error almost instantly when I try to use it to package my program. This is the first time using gui2exe so I really don't know what I'm doing but I'm quite sure that I entered all previous information correctly.
    Here is a link to a screen shot of the error message since the one that I'm including it kind of small.
    http://pica...
    See more | Go to post
    Last edited by josh001; Nov 6 '09, 01:28 AM. Reason: clarity
Working...