Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-09 Thread Kenneth Gonsalves
On Friday 09 Jan 2009 6:50:07 pm Parthan SR wrote: > Oops, I thought when I press the Reply button in replies back to the > list rather than the person whose mail am replying to. > Can't we consider implementing Reply-To Munging in this mailing list? +1 -- regards Kenneth Gonsalves Associate NRC

Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-09 Thread Parthan SR
Oops, I thought when I press the Reply button in replies back to the list rather than the person whose mail am replying to. Can't we consider implementing Reply-To Munging in this mailing list? -- --- With Regards, Parthan "technofreak" 2FF01026 http://blog.technofreak.in __

Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-07 Thread Amit k. Saha
On Thu, Jan 8, 2009 at 11:14 AM, Parthan SR wrote: > Amit k. Saha wrote: >>> >>> I am just guessing. You may try this: rename your file from 'foo.py' >>> to 'foo.pyg' >>> >> >> Sorry, that would be 'foo.pyw' >> > > That worked, thanks :) Cool. 'pyw' extension helps Windoze to use the 'pythonw.exe

Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-07 Thread Amit k. Saha
On Thu, Jan 8, 2009 at 10:50 AM, Amit k. Saha wrote: > On Thu, Jan 8, 2009 at 10:43 AM, Parthan SR > wrote: >> Hi, >> >> I had created a small GUI app in WxPython and got it made into a Windows >> executable using py2exe. But, when I execute the .exe by double clicking on >> it, it opens the com

Re: [BangPypers] Executing WxPython script in Windows without the command window

2009-01-07 Thread Amit k. Saha
On Thu, Jan 8, 2009 at 10:43 AM, Parthan SR wrote: > Hi, > > I had created a small GUI app in WxPython and got it made into a Windows > executable using py2exe. But, when I execute the .exe by double clicking on > it, it opens the command window (or the DOS window) along with the GUI. I > actually

[BangPypers] Executing WxPython script in Windows without the command window

2009-01-07 Thread Parthan SR
Hi, I had created a small GUI app in WxPython and got it made into a Windows executable using py2exe. But, when I execute the .exe by double clicking on it, it opens the command window (or the DOS window) along with the GUI. I actually do not want the command window to get displayed when the