Hi Dabo folks, I am checking out options for a python fat client to a python backed ( turbogears/pylons ) restful web service. I have my web service command line client working ok, defined as various model classes that look a lot like an sqlalchemy or sqlobject orm. I've always liked using raw wxPython for my hobby hacking but am wondering if dabo could speed up the process of building forms and doing simple validation for a fairly generic business tool. If anyone has done or tried similar things I'd love to hear success/horror/warning stories.
So in dabo I want to use my custom model in the backend that will do stuff like: - make beautiful form for entering new client - validate a form for entering a new client - save through my webserviced backed model instead of the usual dabo db - get results from the web service as xml, parse with elementtree, display results in beautiful ouput Thanks folks! Iain _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
