Help running pythonw from a command prompt with arguments
From: Eric Ching (bingopajama_at_hotmail.com)
Date: 03/03/04
- Next message: Ju-Lian Kwan: "Debugging Extensions using Visual Studio 7.1"
- Previous message: max khesin: "Re: Jython Debugger?"
- Next in thread: Dennis Lee Bieber: "Re: Help running pythonw from a command prompt with arguments"
- Reply:(deleted message) Dennis Lee Bieber: "Re: Help running pythonw from a command prompt with arguments"
- Reply: Eric Ching: "Re: Help running pythonw from a command prompt with arguments"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Mar 2004 07:18:50 -0800
Can I run pythonw with a script that takes command line arguments then
launches a GUI? I try pythonw myscript.pyw -option arg (etc.) and
nothing happens. Nothing, as in I am immediately returned to the DOS
prompt.
I just started learning Python a couple of weeks ago, so please bear
with me. I have a script that(for now) uses command line arguments
then launches a window (Tk). Once I have entered the arguments and
the window is launched I do not want the window to be dependent on the
DOS window. I understand that pythonw gets around this, however I am
not having much luck. Thanks in advance for your help, Eric
- Next message: Ju-Lian Kwan: "Debugging Extensions using Visual Studio 7.1"
- Previous message: max khesin: "Re: Jython Debugger?"
- Next in thread: Dennis Lee Bieber: "Re: Help running pythonw from a command prompt with arguments"
- Reply:(deleted message) Dennis Lee Bieber: "Re: Help running pythonw from a command prompt with arguments"
- Reply: Eric Ching: "Re: Help running pythonw from a command prompt with arguments"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|