On Feb 11, 11:13 pm, "Antony Joseph" <[EMAIL PROTECTED]> wrote: > i run my application, > > python start_x.py from command prompt > > i want to remove/hide this command prompt. >
If this is just for interactively running Python apps on your Windows desktop without opening an extra command prompt window, try running the script with pythonw.exe instead of python.exe Note: that is just standard advice for Python scripts on Windows - I haven't tested whether or not running TurboGears that way actually works. -- Cheers Anton --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

