execute scripts on GUI

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thomas Weber

    execute scripts on GUI

    Hi,

    I want to start a script via an Icon on the Desktop,
    and I wonder how I can execute my GUI-scirpts (Tk on KDE)
    without the "Pyhton Shell" window popping up...



    Thankx!
    Tom

  • Egor Bolonev

    #2
    Re: execute scripts on GUI

    Hello, Thomas!
    You wrote on Sat, 05 Jul 2003 19:45:50 +0200:

    TW> I want to start a script via an Icon on the Desktop,
    TW> and I wonder how I can execute my GUI-scirpts (Tk on KDE)
    TW> without the "Pyhton Shell" window popping up...

    In the Windows you have to rename script extension: .py -> .pyw.

    With best regards, Egor Bolonev. E-mail: [email protected] [ru eo en]

    Comment

    Working...