Re: Passing arguments to exe

2007-12-18 Thread kyosohma
On Dec 15, 6:46 pm, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Fri, 14 Dec 2007 16:38:28 -0800 (PST), [EMAIL PROTECTED] declaimed > the following in comp.lang.python: > > > The executable runs, but no argument appears to get passed into it. Of > > course, I don't really know that for sure as

Re: Passing arguments to exe

2007-12-15 Thread kyosohma
On Dec 14, 8:06 pm, John Machin <[EMAIL PROTECTED]> wrote: > > > The executable runs, > > how do you know it runs? > because the program's GUI appears on-screen. > > but no argument appears to get passed into it. > > appears?? > Since the TO field doesn't get populated with the email addres

Re: Passing arguments to exe

2007-12-14 Thread John Machin
On Dec 15, 11:38 am, [EMAIL PROTECTED] wrote: > On Dec 14, 4:51 pm, John Machin <[EMAIL PROTECTED]> wrote: > > > On Dec 15, 9:01 am, [EMAIL PROTECTED] wrote: > > > > I have created what amounts to a simple GUI email sending program > > > using Python + wxPython. I have modified the mailto registrat

Re: Passing arguments to exe

2007-12-14 Thread kyosohma
On Dec 14, 4:51 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Dec 15, 9:01 am, [EMAIL PROTECTED] wrote: > > > I have created what amounts to a simple GUI email sending program > > using Python + wxPython. I have modified the mailto registration in > > the Windows Registry so that it launches the

Re: Passing arguments to exe

2007-12-14 Thread John Machin
On Dec 15, 9:01 am, [EMAIL PROTECTED] wrote: > I have created what amounts to a simple GUI email sending program > using Python + wxPython. I have modified the mailto registration in > the Windows Registry so that it launches the script when someone > clicks on someone's email link in a web page. >