Re: standalone process to interact with the web

2007-08-02 Thread Diez B. Roggisch
Bruno Desthuilliers schrieb: > beginner a écrit : >> On Aug 1, 5:04 am, Bruno Desthuilliers > [EMAIL PROTECTED]> wrote: >>> beginner a écrit : >>> (snip) >>> Yes exactly. I just don't want to reinvent the wheel as I imagine there are already tons of libraries and frameworks that support R

Re: standalone process to interact with the web

2007-08-02 Thread Bruno Desthuilliers
beginner a écrit : > On Aug 1, 5:04 am, Bruno Desthuilliers [EMAIL PROTECTED]> wrote: >> beginner a écrit : >> (snip) >> >>> Yes exactly. I just don't want to reinvent the wheel as I imagine >>> there are already tons of libraries and frameworks that support RPC or >>> the like functions. >> Why g

Re: standalone process to interact with the web

2007-08-02 Thread beginner
On Aug 1, 5:04 am, Bruno Desthuilliers wrote: > beginner a écrit : > (snip) > > > Yes exactly. I just don't want to reinvent the wheel as I imagine > > there are already tons of libraries and frameworks that support RPC or > > the like functions. > > Why go thru the pain of RPC, SOAP or such bloat

Re: standalone process to interact with the web

2007-08-02 Thread beginner
On Aug 1, 3:50 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > beginner wrote: > > Hi Everyone, > > > I am looking for a way to allow a standalone python process to easily > > interactive with a few web pages. It has to be able to easily receive > > requests from the web and post data to the we

Re: standalone process to interact with the web

2007-08-01 Thread Bruno Desthuilliers
beginner a écrit : (snip) > Yes exactly. I just don't want to reinvent the wheel as I imagine > there are already tons of libraries and frameworks that support RPC or > the like functions. Why go thru the pain of RPC, SOAP or such bloated horrors ? Why not just use plain old HTTP with a RESTful A

Re: standalone process to interact with the web

2007-08-01 Thread Bruno Desthuilliers
beginner a écrit : > Hi Steve, > > On Jul 31, 11:42 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> beginner wrote: >>> Hi Everyone, >>> I am looking for a way to allow a standalone python process to easily >>> interactive with a few web pages. It has to be able to easily receive >>> requests from

Re: standalone process to interact with the web

2007-08-01 Thread Diez B. Roggisch
beginner wrote: > Hi Everyone, > > I am looking for a way to allow a standalone python process to easily > interactive with a few web pages. It has to be able to easily receive > requests from the web and post data to the web. > > I am thinking about implementing a standalone soap server, but I

Re: standalone process to interact with the web

2007-07-31 Thread beginner
On Jul 31, 1:11 pm, Steve Holden <[EMAIL PROTECTED]> wrote: > beginner wrote: > > Hi Steve, > > > On Jul 31, 11:42 am, Steve Holden <[EMAIL PROTECTED]> wrote: > >> beginner wrote: > >>> Hi Everyone, > >>> I am looking for a way to allow a standalone python process to easily > >>> interactive with a

Re: standalone process to interact with the web

2007-07-31 Thread Steve Holden
beginner wrote: > Hi Steve, > > On Jul 31, 11:42 am, Steve Holden <[EMAIL PROTECTED]> wrote: >> beginner wrote: >>> Hi Everyone, >>> I am looking for a way to allow a standalone python process to easily >>> interactive with a few web pages. It has to be able to easily receive >>> requests from the

Re: standalone process to interact with the web

2007-07-31 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Steve Holden <[EMAIL PROTECTED]> wrote: >beginner wrote: >> Hi Everyone, >> >> I am looking for a way to allow a standalone python process to easily >> interactive with a few web pages. It has to be able to easily receive >> requests from the web and post data to t

Re: standalone process to interact with the web

2007-07-31 Thread beginner
Hi Steve, On Jul 31, 11:42 am, Steve Holden <[EMAIL PROTECTED]> wrote: > beginner wrote: > > Hi Everyone, > > > I am looking for a way to allow a standalone python process to easily > > interactive with a few web pages. It has to be able to easily receive > > requests from the web and post data to

Re: standalone process to interact with the web

2007-07-31 Thread Steve Holden
beginner wrote: > Hi Everyone, > > I am looking for a way to allow a standalone python process to easily > interactive with a few web pages. It has to be able to easily receive > requests from the web and post data to the web. > > I am thinking about implementing a standalone soap server, but I a

standalone process to interact with the web

2007-07-31 Thread beginner
Hi Everyone, I am looking for a way to allow a standalone python process to easily interactive with a few web pages. It has to be able to easily receive requests from the web and post data to the web. I am thinking about implementing a standalone soap server, but I am not sure which library is go