On Sonntag, 8. Mai 2011, rob wrote: > Guys,I am looking to do a form application, (ie interface heavy). I have > looked at python, done some java. > I am tempted to go java, as netbeans allows you to draw a form easily and > put code behind it. > I have extensive vb experience and powerbuilder but want to use linux. > GUI apps for python seem overly complicated and a pain in the neck. Am I > missing anything? > I am looking for a language and environment I can use similar to VB. Is > Mono any good (with perhaps kylix) > > Thanks > Robert > > > > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric
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 -- Detlev Offenbach [email protected] _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
