Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27237 > unrolled thread
| Started by | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| First post | 2012-08-17 05:46 -0700 |
| Last post | 2012-08-25 17:11 -0700 |
| Articles | 10 — 4 participants |
Back to article view | Back to comp.lang.python
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
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-17 05:46 -0700 |
| Subject | ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS |
| Message-ID | <c5aa3e36-5ad0-4675-a928-53c1ce144b83@googlegroups.com> |
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. What s the current what to DO this? Can someone point me in the write direction. My script have no interaction with User It just Got on-line searches for something and emails me. Thanks
[toc] | [next] | [standalone]
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2012-08-17 13:12 -0600 |
| Message-ID | <mailman.3427.1345230754.4697.python-list@python.org> |
| In reply to | #27237 |
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.
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-19 15:27 -0700 |
| Message-ID | <mailman.3530.1345415254.4697.python-list@python.org> |
| In reply to | #27260 |
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.
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-19 15:27 -0700 |
| Message-ID | <080534b4-828e-4e29-9d8e-e1c68378e9fa@googlegroups.com> |
| In reply to | #27260 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Jerry Hill <malaclypse2@gmail.com> |
|---|---|
| Date | 2012-08-19 21:35 -0400 |
| Message-ID | <mailman.3533.1345426530.4697.python-list@python.org> |
| In reply to | #27440 |
On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire@gmail.com> wrote: > 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. If you want to host web pages, like your're doing on your local pc with Apache and cgi, then you need an account with a web server, and a way to deploy your scripts and other content. This is often known as a 'web hosting service'[1]. The exact capabilities and restrictions will vary from provider to provider. If you just want an alway-on, internet accessable place to store and run your python scripts, you may be interested in a 'shell account'[2], or if you need more control over the environment, a 'virtual private server'[3]. That may give you a few terms to google, and see what kind of service you need. 1 http://en.wikipedia.org/wiki/Shell_account 2 http://en.wikipedia.org/wiki/Web_host 3 http://en.wikipedia.org/wiki/Virtual_private_server -- Jerry
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-20 00:03 -0700 |
| Message-ID | <a25a31b4-7e6c-4b4a-b8e5-a21a148d2426@googlegroups.com> |
| In reply to | #27448 |
On Monday, 20 August 2012 07:05:27 UTC+5:30, Jerry Hill wrote: > On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire@gmail.com> wrote: > > > 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. > > > > If you want to host web pages, like your're doing on your local pc > > with Apache and cgi, then you need an account with a web server, and a > > way to deploy your scripts and other content. This is often known as > > a 'web hosting service'[1]. The exact capabilities and restrictions > > will vary from provider to provider. > > > > If you just want an alway-on, internet accessable place to store and > > run your python scripts, you may be interested in a 'shell > > account'[2], or if you need more control over the environment, a > > 'virtual private server'[3]. > > > > That may give you a few terms to google, and see what kind of service you need. > > > > 1 http://en.wikipedia.org/wiki/Shell_account > > 2 http://en.wikipedia.org/wiki/Web_host > > 3 http://en.wikipedia.org/wiki/Virtual_private_server > > > > -- > > Jerry Thanks a ton I will look into these and Get back to u
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-08-20 08:39 +0100 |
| Message-ID | <mailman.3542.1345448182.4697.python-list@python.org> |
| In reply to | #27465 |
On 20/08/2012 08:03, coldfire wrote: > > Thanks a ton I will look into these and Get back to u > Could we have plain English please and not text speech, thanks. If nothing else that should help the people whose English is a second or higher numbered language. -- Cheers. Mark Lawrence.
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-20 00:03 -0700 |
| Message-ID | <mailman.3539.1345446238.4697.python-list@python.org> |
| In reply to | #27448 |
On Monday, 20 August 2012 07:05:27 UTC+5:30, Jerry Hill wrote: > On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire@gmail.com> wrote: > > > 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. > > > > If you want to host web pages, like your're doing on your local pc > > with Apache and cgi, then you need an account with a web server, and a > > way to deploy your scripts and other content. This is often known as > > a 'web hosting service'[1]. The exact capabilities and restrictions > > will vary from provider to provider. > > > > If you just want an alway-on, internet accessable place to store and > > run your python scripts, you may be interested in a 'shell > > account'[2], or if you need more control over the environment, a > > 'virtual private server'[3]. > > > > That may give you a few terms to google, and see what kind of service you need. > > > > 1 http://en.wikipedia.org/wiki/Shell_account > > 2 http://en.wikipedia.org/wiki/Web_host > > 3 http://en.wikipedia.org/wiki/Virtual_private_server > > > > -- > > Jerry Thanks a ton I will look into these and Get back to u
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-19 15:28 -0700 |
| Message-ID | <34cb5dc2-7013-4463-b3cc-5753f98771ed@googlegroups.com> |
| In reply to | #27237 |
On Friday, 17 August 2012 18:16:08 UTC+5:30, coldfire 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. > > What s the current what to DO this? > > Can someone point me in the write direction. > > My script have no interaction with User It just Got on-line searches for something and emails me. > > > > Thanks Sorry I never wanted to be rude.
[toc] | [prev] | [next] | [standalone]
| From | coldfire <amangill.coldfire@gmail.com> |
|---|---|
| Date | 2012-08-25 17:11 -0700 |
| Message-ID | <8fe64d39-8bd3-4b4a-b8c4-5b68ab7a4619@googlegroups.com> |
| In reply to | #27237 |
On Friday, 17 August 2012 18:16:08 UTC+5:30, coldfire 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. > > What s the current what to DO this? > > Can someone point me in the write direction. > > My script have no interaction with User It just Got on-line searches for something and emails me. > > > > Thanks I got most of it. I will really appreciate is someone out the address of any of the following for use with python 1>Webhost 2>Shell Account 3>VPS I am really new to all this Got web server and shell account but unable to figure out how to use it or deploy the Code, My problem is that I m using lot of third party Library which are mostly not supported or I don't know How to make it RUN over Internet Plz Help
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web