> Hello > > I need to check if Python is a good alternative to write business > applications for Windows. To me, that means high-quality widget like > (DB)grid, calendar, etc. > > In this respect, I didn't find wxWidgets good enough (too basic, > sometimes not updated in years, etc.), so I was wondering how FLTK > fares in this respect. Are there people writing business applications > with PyFLTK, and what are your impressions? >
I've been working with PyFLTK (v 1.1.) latest months. And I'm having very good senses except some features of current versions of PyFLTK and "flconvert". I have rebuilt PyFLTK with 1.1.9 release and made several fixes in "flconvert". In fact PyFLTK is the same FLTK (processed by SWIG). In the moment PyFLTK has 'C' interface. But 'Python' is not 'C'! It would be more right if PyFLTK would have Python's specific calls... But FLTK 1.x (and PyFLTK of course) haven't such widgets as the grid and calendar... See docs. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

