Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Step 7:
Add your own Python processes as WPS by copying your processes to the 'c:\pythonprocesses' folder.
In 'c:\pywps\tests\processes' some example processes are included, copy these to your 'c:\pythonprocesses' folder and find out whether you can get them to run.

If you get errors on windows (see apache log directory) then install cygwin and follow this procedure. On Windows, install Cygwin (http://cygwin.com/install.html). To find the libraries, either add /bin to the $PATH or copy cygwin1.dll, cygz.dll, and cygmagic-1.dll to C:\Windows\System32.

Check whether all processes are recognized by doing a GetCapabilities request (http://localhost/cgi-bin/pywps_test.cgi?service=wps&request=GetCapabilities).

...