Re: Easy-to-use Python GUI

2009-01-06 Thread Joel Koltner
Thanks to everyone who responded; I'll be checking out the various toolkits people have listed! ---Joel -- http://mail.python.org/mailman/listinfo/python-list

Re: Easy-to-use Python GUI

2009-01-02 Thread Dotan Cohen
2009/1/1 Gerhard Häring g...@ghaering.de: Dotan Cohen wrote: I have been following this thread with interest. Is there a way to build Qt apps with relative easy? I use KDE and would prefer the Qt toolkit for my GUI apps. Thanks. A few years ago, I've had bad experiences with wxPython

Re: Easy-to-use Python GUI

2009-01-01 Thread Stef Mientki
Gerhard Häring wrote: Dotan Cohen wrote: I have been following this thread with interest. Is there a way to build Qt apps with relative easy? I use KDE and would prefer the Qt toolkit for my GUI apps. Thanks. A few years ago, I've had bad experiences with wxPython (random things not actually

Re: Easy-to-use Python GUI

2008-12-31 Thread Dotan Cohen
I have been following this thread with interest. Is there a way to build Qt apps with relative easy? I use KDE and would prefer the Qt toolkit for my GUI apps. Thanks. -- Dotan Cohen http://what-is-what.com http://gibberish.co.il א-ב-ג-ד-ה-ו-ז-ח-ט-י-ך-כ-ל-ם-מ-ן-נ-ס-ע-ף-פ-ץ-צ-ק-ר-ש-ת

Re: Easy-to-use Python GUI

2008-12-31 Thread Aaron Brady
On Dec 29, 5:49 pm, Joel Koltner zapwiredashgro...@yahoo.com wrote: Thanks to everyone who responded; I'll be checking out the various toolkits people have listed! ---Joel There is wxFormBuilder, which stores a GUI design in XML format. It may be lengthy, but your data reside in a data

Re: Easy-to-use Python GUI

2008-12-31 Thread Gerhard Häring
Dotan Cohen wrote: I have been following this thread with interest. Is there a way to build Qt apps with relative easy? I use KDE and would prefer the Qt toolkit for my GUI apps. Thanks. A few years ago, I've had bad experiences with wxPython (random things not actually working on Linux, only

Re: Easy-to-use Python GUI

2008-12-30 Thread Tim Roberts
Joel Koltner zapwiredashgro...@yahoo.com wrote: ... One approach that I like comes from SAX BASIC/WinWrap, which is more or less a clone of Microsoft's Visual BASIC for Applications, but they (apparently) wanted everything to still be human-readable, so they have a simple GUI (form) builder

Re: Easy-to-use Python GUI

2008-12-26 Thread Peter Decker
On Thu, Dec 25, 2008 at 1:46 AM, Gabriel Genellina gagsl-...@yahoo.com.ar wrote: En Wed, 24 Dec 2008 21:47:07 -0200, Joel Koltner zapwiredashgro...@yahoo.com escribió: Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated

Easy-to-use Python GUI

2008-12-24 Thread Joel Koltner
Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui? EasyGui looks good, but it's a little more restrictive than what I'd like to have, yet I'm (stubbornly :-) ) resistant to stepping up to a full service GUI

Re: Easy-to-use Python GUI

2008-12-24 Thread Mike Driscoll
On Dec 24, 5:47 pm, Joel Koltner zapwiredashgro...@yahoo.com wrote: Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui?  EasyGui looks good, but it's a little more restrictive than what I'd like to have, yet

Re: Easy-to-use Python GUI

2008-12-24 Thread Sponge Nebson
On Dec 24, 3:47 pm, Joel Koltner zapwiredashgro...@yahoo.com wrote: Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui?  EasyGui looks good, but it's a little more restrictive than what I'd like to have, yet

Re: Easy-to-use Python GUI

2008-12-24 Thread ajaksu
On Dec 24, 9:47 pm, Joel Koltner zapwiredashgro...@yahoo.com wrote:  Dim dlg As UserDialog  dlg.genDrill = 1  ReDim DrillStyle(1)  DrillStyle(0) = All Via Layers In One File  DrillStyle(1) = One File Per Via Layer  dlg.drillStyle = 1  func=Dialog(dlg) --- This is pretty darned easy

Re: Easy-to-use Python GUI

2008-12-24 Thread Daniel Fetchinson
Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui? EasyGui looks good, but it's a little more restrictive than what I'd like to have, yet I'm (stubbornly :-) ) resistant to stepping up to a full service GUI

Re: Easy-to-use Python GUI

2008-12-24 Thread Raven
On 25 дек, 06:47, Joel Koltner zapwiredashgro...@yahoo.com wrote: Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui?  EasyGui looks good, but it's a little more restrictive than what I'd like to have, yet I'm

Re: Easy-to-use Python GUI

2008-12-24 Thread Gabriel Genellina
En Wed, 24 Dec 2008 21:47:07 -0200, Joel Koltner zapwiredashgro...@yahoo.com escribió: Is there an easy-to-use, function-based cross-platform GUI toolkit for Python out there that's a little more sophisticated than EasyGui? Try Dabo http://dabodev.com/ -- Gabriel Genellina --