Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder.news-service.com!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'python.': 0.04; 'option,': 0.07; 'frameworks.': 0.09; 'handlers': 0.09; 'subject:python': 0.11; 'gui': 0.13; 'compilers': 0.16; 'development?': 0.16; 'extensible': 0.16; 'programmable': 0.16; 'webapp': 0.16; 'thanks,': 0.18; 'creating': 0.25; "i'm": 0.27; 'code,': 0.28; 'framework': 0.28; '(so': 0.30; 'pure': 0.32; 'hi,': 0.32; 'does': 0.32; 'anyone': 0.32; 'there': 0.33; 'to:addr:python-list': 0.33; 'header:User-Agent:1': 0.34; 'useful': 0.36; 'ajax': 0.37; 'using': 0.37; 'center': 0.37; 'put': 0.37; 'something': 0.37; 'screen': 0.38; 'received:192': 0.39; 'window': 0.39; 'event': 0.39; 'to:addr:python.org': 0.39; 'browser': 0.61; 'expert': 0.62; 'received:62': 0.70; 'received:192.168.13': 0.84; 'received:62.179': 0.84; 'received:62.179.121': 0.84; 'received:upcmail.net': 0.84 X-SourceIP: 89.134.242.181 Date: Tue, 25 Oct 2011 15:50:59 +0200 From: Laszlo Nagy User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: webapp development in pure python Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=jqrf5qXv5urL2URZ3a9OklEvUdrM81ZtB3GWlHLPCVk= c=1 sm=0 a=y8ZX_BOJfaUA:10 a=ehxsJq1lkmsA:10 a=RSPf8KcgRHcA:10 a=8nJEP1OIZ-IA:10 a=1BZoAv90K0HcHEyjZwIA:9 a=01ih7RcSfdJhgUkQ7OgA:7 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1319551669 news.xs4all.nl 6883 [2001:888:2000:d::a6]:48127 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:14964 Hi, Anyone knows a framework for webapp development? I'm not talking about javascript/html compilers and ajax frameworks. I need something that does not require javascript knowledge, just pure Python. (So qooxdoo is not really an option, because it cannot be programmed in Python. You cannot even put out a window on the center of the screen without using javascript code, and you really have to be a javascript expert to write useful applications with qooxdoo.) What I need is a programmable GUI with windows, event handlers and extensible widgets, for creating applications that use http/https and a web browser for rendering. Is there something like this already available? Thanks, Laszlo