Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.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.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '(so': 0.07; 'scripts': 0.09; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:software': 0.09; 'subject:python': 0.11; 'server,': 0.15; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:simple': 0.16; 'wrote:': 0.17; 'certainly': 0.17; 'cheers': 0.24; 'header:User- Agent:1': 0.26; 'integrate': 0.27; 'header:X-Complaints-To:1': 0.28; 'cgi': 0.29; 'e.g.': 0.30; 'framework': 0.30; 'could': 0.32; 'subject:service': 0.33; 'to:addr:python-list': 0.33; 'thanks': 0.34; 'server': 0.35; 'received:org': 0.36; 'but': 0.36; 'subject:: ': 0.38; 'description': 0.39; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'your': 0.60; 'lightweight': 0.84; 'comment.': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Kev Dwyer Subject: Re: Suitable software stacks for simple python web service Date: Thu, 22 Nov 2012 09:28:45 +0000 References: <87ehjmjg7t.fsf@handshake.de> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Gmane-NNTP-Posting-Host: 80.87.25.98 User-Agent: KNode/4.7.2 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1353576541 news.xs4all.nl 6867 [2001:888:2000:d::a6]:34372 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33796 Dieter Maurer wrote: > > From your description (so far), you would not need a web framework > but could use any way to integrate Python scripts into a web server, > e.g. "mod_python", "cgi", "WSGI", .... > Check what ways your web server will suport. Hello Dieter Thanks for your comment. I certainly want a lightweight solution so CGI or one of the micro-frameworks are what I am considering. Cheers Kev