I am studying python. Now I can write python scripts(codes) to some extent. I am interested in making GUI to those written programs.I like to do it using an IDE rather than using PyGTK or Tkinter. Can anyone help me how to start with this and link my scripts to a GUI. I downloaded a IDE called "glade". But I don't know how to use this IDE. I need some tutorial guide also. Can anyone help me.Please.Thank you!
Take the 2-minute tour
×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
closed as unclear what you're asking by gnat, MichaelT, Bart van Ingen Schenau, thorsten müller, Dan Pichelman Nov 2 '13 at 22:58Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question. |
|||
|
Glade is not an IDE it's a GUI builder/designer. Glade just helps you create the interface of your application, Coding comes later. If you're not comfortable with PyGTK you should try PySide, the Python binding of Qt. |
|||||||||||||||||
|