Computer Science Canada python/pythonw |
Author: | Naveg [ Fri Mar 25, 2005 12:47 pm ] |
Post subject: | python/pythonw |
whats the difference between python and pythonw.....pythonw wont even run for me, just goes and closes |
Author: | wtd [ Fri Mar 25, 2005 2:49 pm ] |
Post subject: | Re: python/pythonw |
Vladimir wrote: whats the difference between python and pythonw.....pythonw wont even run for me, just goes and closes
If you're writing GUI apps, and run them with python, you'll get a console window as well. If you run with pythonw, there's no console window. |
Author: | Naveg [ Fri Mar 25, 2005 5:10 pm ] |
Post subject: | |
ah i see, thanks |