Re: Python and GUI development

2014-12-01 Thread Chris Angelico
On Mon, Dec 1, 2014 at 10:55 PM, Ganesh Pal ganesh1...@gmail.com wrote: Hi folks, I want to design a GUI interface for my project . I wanted it to use it Python and it has to work on freebsd . Please provide me the latest trends for GUI development with python. Regard s Ganesh There

Re: Python and GUI development

2014-12-01 Thread Patrick Stinson
I’ve been using PyQt for 10 years. Absolutely fabulous, fun, and I imagine the others are also excellent as they have all been around long enough to die naturally if they were not very useful. On Dec 1, 2014, at 3:13 AM, Chris Angelico ros...@gmail.com wrote: On Mon, Dec 1, 2014 at 10:55

Re: Python and GUI development

2014-12-01 Thread Ben Finney
Ganesh Pal ganesh1...@gmail.com writes: I want to design a GUI interface for my project . I wanted it to use it Python and it has to work on freebsd . Please provide me the latest trends for GUI development with python. A good starting point

Re: Python and GUI development

2014-12-01 Thread Rod Person
On Mon, 1 Dec 2014 23:13:32 +1100 Chris Angelico ros...@gmail.com wrote: On Mon, Dec 1, 2014 at 10:55 PM, Ganesh Pal ganesh1...@gmail.com wrote: Hi folks, I want to design a GUI interface for my project . I wanted it to use it Python and it has to work on freebsd . Please

Re: Python and GUI development

2014-12-01 Thread Ganesh Pal
Thanks for the bunch of suggestion , I have decided to go with PYQt for now : ) On Tue, Dec 2, 2014 at 4:13 AM, Rod Person rodper...@rodperson.com wrote: On Mon, 1 Dec 2014 23:13:32 +1100 Chris Angelico ros...@gmail.com wrote: On Mon, Dec 1, 2014 at 10:55 PM, Ganesh Pal

Re: Python and GUI development

2014-12-01 Thread Michael Torrie
On 12/01/2014 08:49 PM, Ganesh Pal wrote: Thanks for the bunch of suggestion , I have decided to go with PYQt for now : ) If the licensing of PyQt is not appropriate for you (it's GPL only, unless you buy a license), you can use PySide, which is almost a drop-in replacement for it, that's