standalone process to interact with the web

Bruno Desthuilliers bruno.42.desthuilliers at wtf.websiteburo.oops.com
Wed Aug 1 06:01:29 EDT 2007


beginner a écrit :
> Hi Steve,
> 
> On Jul 31, 11:42 am, Steve Holden <st... at holdenweb.com> 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 web.
>>> I am thinking about implementing a standalone soap server, but I am
>>> not sure which library is good.
>>> Any suggestions?
>>> Thanks a lot,
>>> Geoffrey
>> Look nor further than mechanize -
>>
(snip)

> This seems to be an HTTP client library. It is very interesting, but
> is not what I need. I am looking for something that can provide
> service to web pages. For example, when a browser requests a web page,
> the web page is going to send a few requests to my server. My server
> then is going to respond, and the web page takes the response and
> format it in human readable form.

IOW, you want to embed a web server in your application.






More information about the Python-list mailing list