| Can some one provide me with the SOAPpy documentation; I mean | a kind of list of the functions available in the module and | the details of those functions.
As a general rule, you can run your own local pydoc server, which will offer HTML docs on every module you have installed: python -m pydoc -p 9090 (obviously pick some other port if this clashes) Browse to http://localhost:9090 and pick your module. TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor