<div dir="ltr"><div>I have built zoo from svn (rev. 784) with --with-python enabled. I am using Python version: 2.7.5</div><div><br></div>I have the following Python based service:<div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">import zoo<br>def test(conf, inputs, outputs):<br>   outputs["output"]["value"] = "Hello from Python World !"<br>   return 3</blockquote></div><div><br></div><div>When I execute the above service, I get the following error:</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><?xml version="1.0" encoding="utf-8"?><br><ows:ExceptionReport xmlns:ows="<a href="http://www.opengis.net/ows/1.1">http://www.opengis.net/ows/1.1</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" 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"><br>    <ows:Exception exceptionCode="NoApplicableCode"><br>        <ows:ExceptionText>Python module test.py cannot be loaded. Message: TRACE: No module named py<br>&lt;type 'exceptions.ImportError'&gt;<br></ows:ExceptionText><br>    </ows:Exception><br></ows:ExceptionReport></blockquote><div><br></div><div> However, I do notice that they pyc file for my service test.py file HAS indeed been created. Hence, it appears that the trouble is that there is another module named py that it is trying to load.</div></div><div><br></div><div>I have already done pip install py for my python installation. When I launch my python interpreter directly and do:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">import py</blockquote><div><br></div><div>then this works without an error.</div><div><br></div><div>What could be going wrong? Can someone please point me in the right direction?</div><div><br></div><div>Regards,</div><div>Balajee.R.C </div></div>