<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hi list, just setup an instance of PyCSW with postgresql as the database. When I do a get records query, I am seeing the following error come back:</div><div><span role="presentation" class="objectBox objectBox-string ">Invalid query: (InternalError) ImportError: No module named pycsw
CONTEXT:  Traceback (most recent call last):
  PL/Python function "query_spatial", line 4, in <module>
    from pycsw import util
PL/Python function "query_spatial"</span></div><div><span role="presentation" class="objectBox objectBox-string "><br></span></div><div>I'm running the server using: python csw.wsgi with a python virtual environment. I am pretty sure there is a pathing issue going on, however when I activate the python environment and "import pycsw" that works properly. I'm thinking there may be something I am missing in the .wsgi that could be causing this.</div><div><br></div><div>I'd appreciate any pointers.</div><div><br></div><div><br></div><div>Dan</div></body></html>