Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Sebastian Silva
El jue, 18 de sep 2014 a las 8:07 AM, Juan Christian escribió: On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian wrote: I need to develop a GUI for my Python pogram, I already read the GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For me, the best so far was 'gui2py'.

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread john
On 09/18/2014 06:07 AM, Juan Christian wrote: On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian mailto:juan0christ...@gmail.com>> wrote: I need to develop a GUI for my Python pogram, I already read the GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For me, the best

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Laszlo Z. Antal
Hi, I used to use wxPython.com Comes with a ton of examples and has many different drag and drop tools. Laszlo http://twitter.com/LZAntal > On Sep 18, 2014, at 6:27, Matthew Ngaha wrote: > > PyQt or PySide offers QtDesigner. Which is a drag and drop builder. > They are both quite complex GU

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Matthew Ngaha
PyQt or PySide offers QtDesigner. Which is a drag and drop builder. They are both quite complex GUI toolkits so you will need some basic knowledge on them first, but I Imagine there are good guides on using QtDesigner if it's your last option. On Thu, Sep 18, 2014 at 2:14 PM, Juan Christian wrote

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Juan Christian
On Thu, Sep 18, 2014 at 10:12 AM, Joel Goldstick wrote: > > I've not used it but Tkinter seems to be well used. > > I'm not sure what a C#/Java-ish thing is, but python isn't that. > "C#/Java-ish" in terms of GUI Builder, drag and drop, like Glade and gui2py. _

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Joel Goldstick
On Thu, Sep 18, 2014 at 9:07 AM, Juan Christian wrote: > On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian > wrote: >> >> I need to develop a GUI for my Python pogram, I already read the >> GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For me, >> the best so far was 'gui2py'. >

Re: [Tutor] GUI development with Python 3.4.1

2014-09-18 Thread Juan Christian
On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian wrote: > I need to develop a GUI for my Python pogram, I already read the > GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For > me, the best so far was 'gui2py'. > > The problem is that I need a simple "C#/Java-ish" GUI builder,

[Tutor] GUI development with Python 3.4.1

2014-09-17 Thread Juan Christian
I need to develop a GUI for my Python pogram, I already read the GuiProgramming page (https://wiki.python.org/moin/GuiProgramming). For me, the best so far was 'gui2py'. The problem is that I need a simple "C#/Java-ish" GUI builder, that is easy and simple, coding all the GUI by hand is boring, I