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


Groups > comp.lang.python > #27437

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <amangill.coldfire@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'scripts': 0.09; 'python': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'stored': 0.10; 'aug': 0.13; 'apache': 0.13; '(the': 0.15; 'fine.': 0.16; 'letters.': 0.16; 'mechanize': 0.16; 'occurs.': 0.16; 'subject:PYTHON': 0.16; 'sure.': 0.16; 'wrote:': 0.17; 'instance': 0.17; 'typing': 0.17; 'creates': 0.18; 'appears': 0.18; 'module': 0.19; 'anonymous': 0.22; 'faq': 0.22; 'cc:2**0': 0.23; 'idea': 0.24; 'script': 0.24; 'tried': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'am,': 0.27; 'run': 0.28; 'cgi': 0.29; 'deploy': 0.29; 'websites.': 0.29; 'framework': 0.30; 'fri,': 0.30; 'error': 0.30; 'running': 0.32; 'could': 0.32; 'getting': 0.33; 'anywhere': 0.33; 'extract': 0.33; 'received:google.com': 0.34; 'done': 0.34; 'server': 0.35; 'open': 0.35; 'received:209.85': 0.35; 'next': 0.35; 'but': 0.36; 'option': 0.37; 'received:209': 0.37; 'far': 0.37; 'data': 0.37; 'subject:: ': 0.38; 'called': 0.39; 'where': 0.40; 'help': 0.40; 'your': 0.60; 'dont': 0.64; 'subject': 0.66; 'august': 0.66; 'account': 0.67; 'capital': 0.68; 'accounts.': 0.78; 'subject:ONLINE': 0.84; 'subject:AND': 0.93
Newsgroups comp.lang.python
Date Sun, 19 Aug 2012 15:27:24 -0700 (PDT)
In-Reply-To <mailman.3427.1345230754.4697.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=122.179.173.237; posting-account=t7R9KgoAAABIrXtruq_pmBQ1zYzysqOw
References <c5aa3e36-5ad0-4675-a928-53c1ce144b83@googlegroups.com> <mailman.3427.1345230754.4697.python-list@python.org>
User-Agent G2/1.0
X-Google-Web-Client true
X-Google-IP 122.179.173.237
MIME-Version 1.0
Subject Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS
From coldfire <amangill.coldfire@gmail.com>
To comp.lang.python@googlegroups.com
Content-Type text/plain; charset=ISO-8859-1
Cc Python <python-list@python.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.3530.1345415254.4697.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1345415254 news.xs4all.nl 6937 [2001:888:2000:d::a6]:38881
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:27437

Show key headers only | View raw


On Saturday, 18 August 2012 00:42:00 UTC+5:30, Ian  wrote:
> On Fri, Aug 17, 2012 at 6:46 AM, coldfire <amangill.coldfire@gmail.com> wrote:
> 
> > I would like to know that where can a python script be stored on-line from were it keep running and can be called any time when required using internet.
> 
> > I have used mechanize module which creates a webbroswer instance to open a website and extract data and email me.
> 
> > I have tried Python anywhere but they dont support opening of anonymous websites.
> 


> 
> 
> According to their FAQ they don't support this for *free* accounts.
> 
> You could just open a paid account (the cheapest option appears to be
> 
> $5/month).
> 
> 
> 
> Also, please don't type your email subject in all capital letters.  It
> 
> comes across as shouting and is considered rude.

Got it and sorry for typing it CAPs I will take care of it next time for sure.
Also Could u help me out with the websites.
Also I have no idea how to deploy a python script online.
I have done that on my local PC using Apache server and cgi but it Works fine.
Whats this all called? as far as I have searched its Web Framework but I dont wont to develop  a website Just a Server which can run my scripts at specific time and send me email if an error occurs.
I use Python And i am not getting any lead.

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


Thread

ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-17 05:46 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Ian Kelly <ian.g.kelly@gmail.com> - 2012-08-17 13:12 -0600
    Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:27 -0700
    Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:27 -0700
      Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Jerry Hill <malaclypse2@gmail.com> - 2012-08-19 21:35 -0400
        Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-20 00:03 -0700
          Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-08-20 08:39 +0100
        Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-20 00:03 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-19 15:28 -0700
  Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS coldfire <amangill.coldfire@gmail.com> - 2012-08-25 17:11 -0700

csiph-web