Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.092 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'objects)': 0.09; 'template': 0.11; 'subject:python': 0.11; 'django?': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'wrote:': 0.17; 'meant': 0.21; "i've": 0.23; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'fit': 0.26; 'pages,': 0.27; '(such': 0.27; 'replace': 0.27; 'subject:development': 0.29; 'framework': 0.30; 'could': 0.32; 'traditional': 0.33; 'to:addr :python-list': 0.33; 'pm,': 0.35; 'received:org': 0.36; 'message- id:@gmail.com': 0.36; 'skip:p 20': 0.36; 'url:in': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'link': 0.60; 'here': 0.65; 'useful.': 0.65; 'overall': 0.66; 'hoping': 0.72; 'timothy': 0.84; 'graphical': 0.91 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Thu, 28 Feb 2013 21:43:04 -0700 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 MIME-Version: 1.0 To: python-list@python.org Subject: Re: QT Inspired web development framework for python References: <42b84618-14a2-4504-9a64-b6aca2260ecd@googlegroups.com> In-Reply-To: <42b84618-14a2-4504-9a64-b6aca2260ecd@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: , Newsgroups: comp.lang.python Message-ID: Lines: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1362112994 news.xs4all.nl 6846 [2001:888:2000:d::a6]:42934 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40224 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 find it useful. > > If you are interested the main link for the widgets is http://www.webelements.in > and the link for the framework overall is http://www.webbot.ws Very professional-looking pages, I must say! How would your framework fit into a framework such as Django? In other words, could it be used as the "view" part of django? Or is it meant to completely replace a traditional web framework?