Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-25 Thread coldfire
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

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-20 Thread Mark Lawrence
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. -- htt

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-20 Thread coldfire
On Monday, 20 August 2012 07:05:27 UTC+5:30, Jerry Hill wrote: > On Sun, Aug 19, 2012 at 6:27 PM, coldfire 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 calle

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-19 Thread Jerry Hill
On Sun, Aug 19, 2012 at 6:27 PM, coldfire 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 websit

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-19 Thread coldfire
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

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-19 Thread coldfire
On Saturday, 18 August 2012 00:42:00 UTC+5:30, Ian wrote: > On Fri, Aug 17, 2012 at 6:46 AM, 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

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-18 Thread Ramchandra Apte
Please don't use all caps. On 17 August 2012 18:16, 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

Re: ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS

2012-08-17 Thread Ian Kelly
On Fri, Aug 17, 2012 at 6:46 AM, 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