standalone process to interact with the web



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

.



Relevant Pages

  • Re: standalone process to interact with the web
    ... beginner a écrit: ... I am looking for a way to allow a standalone python process to easily ... I am thinking about implementing a standalone soap server, ... For example, when a browser requests a web page, ...
    (comp.lang.python)
  • Re: standalone process to interact with the web
    ... I am looking for a way to allow a standalone python process to easily ... I am thinking about implementing a standalone soap server, ... With mechanize and its partner ClientForm you can rule the web world;-) ...
    (comp.lang.python)