Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #93518

bottle app "crashes"

Path csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <martin@skjoldebrand.eu>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'resulting': 0.04; 'python3': 0.05; 'nicely': 0.07; 'received:localnet': 0.09; '404': 0.16; 'calculates': 0.16; 'from:addr:martin': 0.16; 'out)': 0.16; 'wsgi': 0.16; 'pointer': 0.18; 'all,': 0.20; '(or': 0.21; 'recognize': 0.22; '(you': 0.23; 'errors': 0.23; "i've": 0.24; 'tried': 0.24; 'header:User-Agent:1': 0.26; 'processed': 0.27; "doesn't": 0.28; 'received:se': 0.29; 'testing.': 0.29; 'instruction': 0.29; 'server.': 0.30; 'run': 0.32; 'table': 0.32; 'anyone': 0.32; 'getting': 0.33; 'dies': 0.33; 'server': 0.34; 'to:addr:python-list': 0.35; 'but': 0.36; 'there': 0.36; 'charset :us-ascii': 0.37; 'summer': 0.38; 'application': 0.39; 'to:addr:python.org': 0.39; 'seem': 0.39; 'where': 0.40; 'clients': 0.60; 'simple': 0.61; 'times': 0.61; 'within': 0.64; 'ratings': 0.66; 'laptop': 0.67; 'bottle': 0.84; 'idiot': 0.84
X-Virus-Scanned amavisd-new at citynetwork.se
From Martin S <martin@skjoldebrand.eu>
To python-list@python.org
Subject bottle app "crashes"
Date Sun, 05 Jul 2015 18:45:26 +0200
User-Agent KMail/4.14.9 (Linux/4.0.6-1-ARCH; KDE/4.14.9; x86_64; ; )
MIME-Version 1.0
Content-Transfer-Encoding 7Bit
Content-Type text/plain; charset="us-ascii"
X-Mailman-Approved-At Mon, 06 Jul 2015 10:19:23 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.315.1436170765.3674.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1436170765 news.xs4all.nl 2868 [2001:888:2000:d::a6]:56103
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:93518

Show key headers only | View raw


Hi all,

Last summer I fumbled together a small appplication that calculates both LASK 
and Elo ratings for chess. I managed to "webify" it using Bottle. This works 
nicely on my laptop for testing.

However ... (you knew there would be a however right)

Once I log off (or my user session times out) my server where I've started the 
application with python3 LASKweb.py & the application dies within a  minute, 
resulting in clients getting 404 errors when accessing the page (a simple 
table that's processed by the application).

I've tried installting bottle deamon but I keep getting errors to the effect 
that it doesn't recognize bottledeamon.
Also I've tried to run as a wsgi application, but I seem to missunderstand 
what modifications I need to do the get it to run (I get server 
misconfiguration errors on the latter).

Do anyone have a pointer to an idiot proof instruction on how to deploy a 
simple bottle application to a live server.

/Martin S

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

bottle app "crashes" Martin S <martin@skjoldebrand.eu> - 2015-07-05 18:45 +0200
  Re: bottle app "crashes" mm0fmf <none@mailinator.com> - 2015-07-06 20:28 +0100
    Re: bottle app "crashes" m <mvoicem@gmail.com> - 2015-07-06 22:09 +0200

csiph-web