Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python': 0.09; 'django,': 0.09; 'objects)': 0.09; 'to:addr:comp.lang.python': 0.09; 'unmodified': 0.09; 'cc:addr:python-list': 0.10; 'django': 0.10; 'template': 0.11; 'subject:python': 0.11; 'cleanly': 0.16; 'django?': 0.16; 'michael,': 0.16; 'specific,': 0.16; 'wrote:': 0.17; 'meant': 0.21; 'produces': 0.22; 'cc:2**0': 0.23; 'apps': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'allows': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'fit': 0.26; 'thanks!': 0.26; 'pages,': 0.27; 'raw': 0.27; '(such': 0.27; 'integrate': 0.27; 'replace': 0.27; 'run': 0.28; 'subject:development': 0.29; 'integration': 0.29; 'framework': 0.30; 'thursday,': 0.30; 'function': 0.30; 'could': 0.32; 'traditional': 0.33; 'produced': 0.33; 'received:google.com': 0.34; 'returning': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'except': 0.36; 'michael': 0.36; 'skip:p 20': 0.36; 'url:in': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'object': 0.38; 'some': 0.38; 'things': 0.38; 'several': 0.39; 'your': 0.60; 'link': 0.60; 'vision': 0.62; 'more': 0.63; 'here': 0.65; 'useful.': 0.65; 'overall': 0.66; 'hoping': 0.72; '2013': 0.84; 'timothy': 0.84; 'graphical': 0.91 X-Received: by 10.49.98.42 with SMTP id ef10mr1369993qeb.15.1362168155305; Fri, 01 Mar 2013 12:02:35 -0800 (PST) Newsgroups: comp.lang.python Date: Fri, 1 Mar 2013 12:02:35 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=66.87.9.162; posting-account=KESGaQoAAAAUwHSh48hO76UGgX5nM5x1 References: <42b84618-14a2-4504-9a64-b6aca2260ecd@googlegroups.com> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 66.87.9.162 MIME-Version: 1.0 Subject: Re: QT Inspired web development framework for python From: timothy crosley To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362168895 news.xs4all.nl 6857 [2001:888:2000:d::a6]:40422 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40289 Hi Michael, Thanks! Since it simply produces html it can integrate very cleanly with dj= ango, or Any other framework that allows returning raw html. To be more specific, i= n django withing a view function you can return a response object that cont= ains the HTML produced by WebElements. In the future I plan on adding even = more django integration=20 For things such as ajax abstraction. The long term vision is to be able to = create apps and widgets that will run on any python framework unmodified ex= cept for calls to the database etc. Timothy Thursday, February 28, 2013 11:43:04 PM UTC-5, Michael Torrie wrote: > On 02/28/2013 06:48 PM, timothy crosley wrote: >=20 > > I've been working on a web development framework that integrates severa= l 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 find it useful. >=20 > >=20 >=20 > > If you are interested the main link for the widgets is http://www.webel= ements.in >=20 > > and the link for the framework overall is http://www.webbot.ws >=20 >=20 >=20 > Very professional-looking pages, I must say! >=20 >=20 >=20 > How would your framework fit into a framework such as Django? In other >=20 > words, could it be used as the "view" part of django? Or is it meant to >=20 > completely replace a traditional web framework?