Hi List,<div><br></div><div>I'm trying to follow the foss4g2010 Barcelona tutorial using python.</div><div>Installation of the zoo-kernel is (now) successful.</div><div>The Getcapabilities and DescribeProcess requests work, I've put the python code in the /usr/lib/cgi-bin directory but I get the following error when trying to execute the process:</div>
<div><div><br></div><div><div><ows:ExceptionReport xsi:schemaLocation="<a href="http://www.opengis.net/ows/1.1">http://www.opengis.net/ows/1.1</a> <a href="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd">http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd</a>" xml:lang="en-US" version="1.1.0"></div>
<div><ows:Exception exceptionCode="NoApplicableCode"></div><div><ows:ExceptionText></div><div>TRACE : ('value',)</div><div>TRACE : <type 'exceptions.KeyError'></div><div>Unable to run your python process properly. Please check the following messages : ['  File "/usr/lib/cgi-bin/ogr_ws_service_provider.py", line 18, in Boundary\n    geometry=createGeometryFromWFS(inputs["InputPolygon"]["value"])\n']</div>
<div></ows:ExceptionText></div><div></ows:Exception></div><div></ows:ExceptionReport></div></div></div><div><br></div><div>Does anybody know what the problem might be?</div><div>Other python cgi scripts do work, so python seems to be properly configured for cgi processing.</div>
<div>The <wps:ComplexData mimeType="application/json"> post request throws a similar error (but on CreateGeometryFromJson)</div><div><br></div><div>Cheers, Niels</div>