[Eric] Gui development in linux.

Werner F. Bruhin werner.bruhin at free.fr
Mon May 9 08:01:23 BST 2011


On 05/08/2011 08:25 PM, Geoff Clements wrote:
> In reply to Detlev Offenbach re Re: [Eric] Gui development in linux.:
>
>>
>> As a GUI toolkit I would recommend Qt with the PyQt python bindings. As an
>> IDE like VB I am recommending eric. Depending on which version of Python
>> shall be used (Python2 or Python3) one should use eric4 or eric5.
>>
>
> Detlev's recommendation gets a +1 from me but just to give you an alternative
> you may also want to check out http://www.wxwidgets.org/ and the python
> bindings at http://www.wxpython.org/.
If you go the wxPython route you should also look at Dabo - 
http://dabodev.com/ , its class designer lets you layout screens/forms

Other options are:
sqlkit - http://sqlkit.argolinux.org/ - does a lot of 
guessing/autogeneration of forms (which can be adjusted) if your 
application is database oriented and uses SQLAlchemy

http://wxglade.sourceforge.net/ , layout designer

More options can be found here:
http://wiki.python.org/moin/GuiProgramming


Werner



More information about the Eric mailing list