![]() |
|
#1
|
|||
|
|||
How to remove command line windowHI all,
whenever we open any python/wxpython program there is one more window other than our application is running which is command line window that black window for showing any error or any output through print statement.So i want to remove that window from my wxpython's application,how to do this?please help me... |
|||
|
#2
|
|||
|
|||
Re: how to remove command line window...Quote:
by just changing the extension from .py to .pyw |
|
#3
|
||||
|
||||
Re: How to remove command line windowAt least now you know one way to error check your code.
__________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#4
|
|||
|
|||
Re: How to remove command line windowWhile I create a XYZ.exe file for windows, from python using the source file XYZ.py , I couldnt get rid of the window... I have changed the extensions too...
Any suggestion Guys |
|
#5
|
||||
|
||||
Re: How to remove command line windowHow are you creating the .exe file and what libraries are you including in the program?
__________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#6
|
|||
|
|||
Re: How to remove command line windowUsing py2exe module.... You can try it out.... Its purpose is to create exe file , which doesnt require Python installation.
|
|
#7
|
||||
|
||||
Re: How to remove command line windowI can't really answer you question since I'm using a Mac; I have used Py2Exe in the past but I don't remember what the output was. You might try this suggestion.
However, eliminating the console window isn't necessarily a good thing. The console is where any error messages, print statements, etc. will be displayed. __________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
|
#8
|
|||
|
|||
Re: How to remove command line windowThats what I am looking for. I had created a widget which will throw the output... so, if i can see the output through another widget, why do i need the output window... Infact its, not pleasing when a command window appears, when you are creating a customised GUI application
|
|
#9
|
|||
|
|||
Re: How to remove command line windowI dont know , whether it will work or not... but will try it, Thanks crystal lattice
|
|
#10
|
||||
|
||||
Re: How to remove command line windowQuote:
__________________
Start Programming with Python-A beginner's guide to programming and the Python language. ------------- Common Sense v2.0-Striving to make the world a little bit smarter. |
Recent GIDBlog
Problems with the Navy (Officers) by crystalattice
| Thread Tools | Search this Thread |
| Rate This Thread | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Traditional Win32 programming vs. wxWidgets | Zorachus | C++ Forum | 2 | 10-Feb-2007 18:54 |
| need help with a console menu system | BullBuchanan | C++ Forum | 6 | 20-Aug-2006 15:46 |
| How to minimize a application to the system tray? | Thomas555 | C++ Forum | 12 | 20-May-2005 14:35 |
| Win32 Window Shading behavior (like linux) | WillyumYum | C++ Forum | 3 | 18-Apr-2005 15:36 |
| Changing window start colour | Rosdahale | C++ Forum | 5 | 19-Jan-2005 16:51 |
Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The