An example:

if sys.platform == "win32":
    base = "Win32GUI"
    #base = "Console"

setup(
        name = "xxx",
        version = "0.1",
        description = "xxx",
        options = dict(build_exe = buildOptions),
        executables = [Executable("xx.py", base = base),
        )


On Mon, Aug 30, 2010 at 4:46 AM, Bradlee Landis <[email protected]>wrote:

> What's the proper method for hiding the command prompt window that
> pops up when I click my executable file? I tried changing the #! line
> from python to pythonw, but it didn't change it, so I don't even know
> if it's using that line.
>
> --
> Thanks,
> Brad Landis
>
>
> ------------------------------------------------------------------------------
> Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
> Be part of this innovative community and reach millions of netbook users
> worldwide. Take advantage of special opportunities to increase revenue and
> speed time-to-market. Join now, and jumpstart your future.
> http://p.sf.net/sfu/intel-atom-d2d
> _______________________________________________
> cx-freeze-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
>
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to