I really hope I'm not beating a dead horse, but I'm still really hoping for
some feedback (good or bad) for this toolset/framework - as I really think it
could help other Pyhton developers out. To that end I've added some demos on
the main website showing how it works in action, that will hopefu
I've added special hooks into the framework to make integration with Django
projects fairly seemless, these are detailed under the django quick start
guide: http://www.webbot.ws/QuickStartGuide
I hope this addresses some of the questions that have come up here,
Thanks!
Timothy
--
http://mail.
Hi Ian,
The intention would be to invoke WebElements at view run time, this way the
developer can write code to interact with the elements and effect the produced
HTML dynamically on every request
Timothy
--
http://mail.python.org/mailman/listinfo/python-list
On Fri, Mar 1, 2013 at 1:02 PM, timothy crosley
wrote:
> Thanks! Since it simply produces html it can integrate very cleanly with
> django, or
> Any other framework that allows returning raw html. To be more specific, in
> django withing a view function you can return a response object that con
Hi Michael,
Thanks! Since it simply produces html it can integrate very cleanly with
django, or
Any other framework that allows returning raw html. To be more specific, in
django withing a view function you can return a response object that contains
the HTML produced by WebElements. In the fut
On 02/28/2013 06:48 PM, timothy crosley wrote:
> I've been working on a web development framework that integrates several
> popular QT features (such as a graphical template builder, signal / slots,
> ui's built by objects) for the last few years, and I was hoping that some
> people here might f