954,557 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

advice on a gui app builder

Hey there, i have been writing python scripts for about 4 months now so i am still very new at programming. that said, i need to build a gui app to handle some data manipulation from a database, set points, etc... what i would like is the easiest to learn gui development method for python in linux. Dont need anything cross platform, just easy to learn but able to do things like plotting info on a graph. ok, so i have looked at Tkinter, glade2 and wxPython. i dont know, but i would like some opinions before i jump into one.
thanks

nephish
Light Poster
39 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

I started out with Tkinter for my GUI stuff, but tend to use wxPython more and more. wxPython is more up to date (more fancy widgets) and gives me more control over the placement of the widgets/components.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

cool thanks, i saw an app wxglade that looked pretty cool. even if not, i think i am leaning more that way because of desiring a more native look.
thanks

nephish
Light Poster
39 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

wxGlade looks interesting too. I ended up with a copy of it when I downloaded movablePython. It is a plugin for the SPE editor.

If I am too lazy to build my own wxPython forms, I use BOA Constructor's form builder option. I don't think BOA works with Linux though.

vegaseat
DaniWeb's Hypocrite
Moderator
5,989 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

i have boa installed, but never use it much. i use eric sometimes when scripting because it shows a little bug when i have a syntax error. i like it, but i think wxglade is going to help me learn wx better.
cherrs

nephish
Light Poster
39 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You