Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Run .exe (made from python script) without cmd  (Read 3943 times)

0 Members and 1 Guest are viewing this topic.

jpotts

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Unknown
    Run .exe (made from python script) without cmd
    « on: August 19, 2012, 06:40:13 AM »
    Hi all,
    I was wandering if anyone knew how to run a exe i made using py2exe without opening cmd. The original python script was a .pyw, however when i converted it to an exe it keeps opening the cmd...
    Any advice?

    TheWaffle



      Hopeful
    • Thanked: 4
      • Yes
    • Computer: Specs
    • Experience: Beginner
    • OS: Linux variant
    Re: Run .exe (made from python script) without cmd
    « Reply #1 on: August 19, 2012, 07:13:35 AM »
    In your setup script where it says this
     setup ( console=[ 'yourfile.py' ])
    Change the console to windows