Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Python (http://www.programmingforums.org/forum43.html)
-   -   GUI and Python (http://www.programmingforums.org/showthread.php?t=15831)

seVor May 14th, 2008 4:32 PM

GUI and Python
 
Has anyone used glade before to create a GUI for your python apps. If so Does it work well or do you recommend just coding it all out?

Freaky Chris May 14th, 2008 4:51 PM

Re: GUI and Python
 
Never tried it, programming it out is always good, although if your really after RAD which Python is great for i suppose that would be a gd idea.

Chris

seVor May 15th, 2008 8:46 AM

Re: GUI and Python
 
Well my thought was or is ( and I have no real experiance creating gui in python other then actually creating the forum) can you make progress bars and all the diffrent controls and such?

Freaky Chris May 15th, 2008 10:07 AM

Re: GUI and Python
 
Yes you can, you should have a look into TKinter and wxPython. TKinter is a default library within Python, personally though i feel that wxPython is a much better library.

Its really down to the person of course both offer some advantages/disadvantages.


Chris

MickeySoFine1972 Jun 23rd, 2008 7:41 AM

Re: GUI and Python
 
I recommend using wxGlade which will output wxPython code for you once your happy with your layout.

Saying that it often advised that you should make a command line version first that will let you just plug in your functionality once you've made your GUI.

Mike


All times are GMT -5. The time now is 12:55 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC