Documentation


Requirements

Current version of PyWPS does require following programms/libs:

Suggested programs:


Installation

Before installing, read INSTALL file.

  1. You can download PyWPS as DEB, RPM or TAR.GZ package. For tar.gz, unpac the package to server's code cgi-bin directory.
  2. Adjust your settings in etc/settings.py and eventually etc/grass.py files.
  3. Point your browser to wps.py file (e.g. http://localhost/cgi-bin/wps.py), and you should get something like this:
    
    <?xml version="1.0" ?>
    <ExceptionReport version="1.0.0" xmlns="http://www.opengis.net/ows" 
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <Exception exceptionCode="MissingParameterValue" locator="request"/>
    </ExceptionReport>
                            
    

Troubleshooting
If you got some other message, like e.g.:

Traceback (most recent call last):
  File "trunk/index.py", line 53, in ?
    from Wps import wpsexceptions
  File "/home/jachym/prog/pywps/trunk/Wps/wpsexceptions.py", line 8, in ?
    from xml.dom.minidom import Document
ImportError: No module named xml.dom.minidom
Than something is wrong with your Python installation or with the program. This message means, that the xml.dom.minidom package is not installed in your system.

Other documents

Most completed document about installation, setup and usage of PyWPS can be dowloaded in PDF form. LaTeX sources are also avaliable and are part of the distribution packages.

This document is also avaliable in HTML and in text form.

Docs archive

Translations

The translations are only links to external sources. Please inform us, if you find, some link is out of date.