SourceForge: pybzedit/pybzedit: changeset 45:e7a2cf23aa66
make the default cpython build without a console
authorDavid Lawler <djlawler@aol.com>
Sat Jul 18 09:06:58 2009 -0400 (4 months ago)
changeset 45e7a2cf23aa66
parent 44e9f7ff08ef51
child 46b13934a69d1e
make the default cpython build without a console
cpython/setup.py
     1.1 --- a/cpython/setup.py	Fri Jul 17 23:30:28 2009 -0400
     1.2 +++ b/cpython/setup.py	Sat Jul 18 09:06:58 2009 -0400
     1.3 @@ -9,8 +9,8 @@
     1.4  excludes = "OpenGL"
     1.5  
     1.6  base = None
     1.7 -#if sys.platform == "win32":
     1.8 -#    base = "Win32GUI"
     1.9 +if sys.platform == "win32":
    1.10 +    base = "Win32GUI"
    1.11  setup(name="pyBzEdit",
    1.12        version="0.6.1",
    1.13        description="pyBzEdit",