py2exe console removing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Croteam

    #1

    py2exe console removing

    Hello,

    Can somebody tell me how to I remove console at script installing?



    Thanks.

  • Fredrik Lundh

    #2
    Re: py2exe console removing

    Croteam wrote:
    Can somebody tell me how to I remove console at script installing?
    what does "installing " mean in this context? if the problem is that you
    get a console window when you run the program without a console (e.g. if
    you start it from the explorer), use "windows=" instead of "console=" in
    your setup.py script.

    </F>

    Comment

    Working...