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 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 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 prefer to focus on
 the logic, on the actual program code, than coding the GUI.

 Anyone here already used 'gui2py' (https://github.com/reingart/gui2py)?
 Any other good alternatives?


Anyone?
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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
juan0christ...@gmail.com wrote:
 On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian 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 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 prefer to focus on
 the logic, on the actual program code, than coding the GUI.

 Anyone here already used 'gui2py' (https://github.com/reingart/gui2py)?
 Any other good alternatives?


 Anyone?

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.


-- 
Joel Goldstick
http://joelgoldstick.com
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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 joel.goldst...@gmail.com
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.
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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
juan0christ...@gmail.com wrote:
 On Thu, Sep 18, 2014 at 10:12 AM, Joel Goldstick joel.goldst...@gmail.com
 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.

 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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 chigga...@gmail.com wrote:
 
 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
 juan0christ...@gmail.com wrote:
 On Thu, Sep 18, 2014 at 10:12 AM, Joel Goldstick joel.goldst...@gmail.com
 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.
 
 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor
 ___
 Tutor maillist  -  Tutor@python.org
 To unsubscribe or change subscription options:
 https://mail.python.org/mailman/listinfo/tutor
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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 
juan0christ...@gmail.com 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 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
prefer to focus on the logic, on the actual program code, than
coding the GUI.

Anyone here already used 'gui2py'
(https://github.com/reingart/gui2py)? Any other good alternatives?


Anyone?


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
Dabo has a designer (currently moving to support wxPython 3.x). That 
said, the link you first provided suggested there was a designer for 
gui2py?


Johnf
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


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 
juan0christ...@gmail.com escribió:
On Wed, Sep 17, 2014 at 2:01 PM, Juan Christian 
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 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 prefer 
to focus on the logic, on the actual program code, than coding the 
GUI.


Anyone here already used 'gui2py' 
(https://github.com/reingart/gui2py)? Any other good alternatives?


Anyone?


I personally like GTK quite a lot. You can use a GUI designer like 
Gazpacho or Glade to create basic XML UIs, but it's good to get 
familiar with the APIs of your toolkit of choice.


Regards,
Sebastian
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


[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 prefer to focus on the
logic, on the actual program code, than coding the GUI.

Anyone here already used 'gui2py' (https://github.com/reingart/gui2py)? Any
other good alternatives?
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor