Need help

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

    #1

    Need help

    Hai friends,
    I wrote a programme to display a window (ui) using Python. I renamed it
    as .pyw to avoid popping-up the dos window while running it. It worked
    fine. But when i converted it to executable file using py2exe; the dos
    window appears. Can anybody tell me what the solution is.

    Thanks and Regards
    - Srinivasa Raju Datla

  • Ant

    #2
    Re: Need help


    Srinivasa wrote:
    Hai friends,
    I wrote a programme to display a window (ui) using Python. I renamed it
    as .pyw to avoid popping-up the dos window while running it. It worked
    fine. But when i converted it to executable file using py2exe; the dos
    window appears. Can anybody tell me what the solution is.
    Would be easier to give you a proper example if you posted some code,
    esp the setup.py script. I'm guessing though that you are using the
    'console' option to the setup function in your script rather than the
    'windows' option.

    See help(py2exe) in the python console for more information.

    Comment

    Working...