[wxPython-users] How to remove the DOS window in wxPython ?
Daniel Johnson
diffuser78 at gmail.com
Thu Aug 3 11:12:31 PDT 2006
My setup.py looked like this
# setup.py
from distutils.core import setup
import py2exe
setup(console=3D["Project.py"])
So, I need to change "console" to "windows" .....rite ?
On 8/3/06, Micha Reiser <micha.reiser at famreiser.ath.cx> wrote:
>
>
> # setup.py
> from distutils.core import setup
> import py2exe
>
> setup(windows=3D[
> {
> "script": "backup-ftp.py",
> "icon_resources": [(1, "icon.ico")]
> }
> ])
>
> The Option windows is important, it isnt a console ;)
>
> -----Urspr=FCngliche Nachricht-----
> Von: Daniel Johnson [mailto:diffuser78 at gmail.com]
> Gesendet: Donnerstag, 3. August 2006 20:04
> An: wxPython-users at lists.wxwidgets.org
> Betreff: [wxPython-users] How to remove the DOS window in wxPython ?
>
> Hi,
>
> I made a small app in wxPython. I created an exe using py2exe module as
> explained on www.py2exe.org.
>
> Now when I double click the exe file, along with my application a black
> DOS
> windows also open up....which I don't want.
>
> How can I make sure that DOS window never shows up when I launch my
> application exe.
>
> Every help is appreciated.
>
> Thanks
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200608=
03/fbae14de/attachment.htm
More information about the wxpython-users
mailing list