[wxPython] Gtting rid of the "**!*" DOS box

Hi,

I have written an application using wxpython, and had no problem getting to work on several

platforms (this must be the future!!). The only problem I have is I cant find out how to get rid

of the DOS box that hangs around in the background on windows.

I have searched the python web site, but can find any info on this. Can anyone point me in

the right direction?

Thanks

Roger

I am not sure how you are starting your application, but I bet what you want to do is associate .py files with pythonw.exe instead of python.exe. pythonw.exe does not start a DOS box.

-greg

···

At 04:18 AM 2/8/2001, Roger Wenham wrote:

Hi,

I have written an application using wxpython, and had no problem getting to work on several
platforms (this must be the future!!). The only problem I have is I cant find out how to get rid
of the DOS box that hangs around in the background on windows.

----
greg Landrum (greglandrum@earthlink.net)
Software Carpenter/Computational Chemist

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users

Roger Wenham schrieb:

Hi,

I have written an application using wxpython, and had no problem
getting to work on several
platforms (this must be the future!!). The only problem I have is I
cant find out how to get rid
of the DOS box that hangs around in the background on windows.

For Gordon's installer set userunw = 1 in the cfg-file
(default is 0 - with the box which can be sometimes usefull for test
output).

Udo Floegel

···

_______________________________________________
wxPython-users mailing list
wxPython-users@lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/wxpython-users