Hello, I have set up postGIS and I&#39;m trying to connect FeatureServer to it.<br>I have installed psycopg the best I can and run some tests that passed so I assume it&#39;s working okay.<br><br>When I do a WFS request in the browser, I get:
<br><br><br>
<pre>An error occurred: No module named psycopg<br>  File &quot;./FeatureServer/Server.py&quot;, line 200, in cgiHandler<br>    service = Server.load(*cfgfiles)<br>  File &quot;./FeatureServer/Server.py&quot;, line 44, in _load
<br>    datasources[section] = cls.loadFromSection(<br>  File &quot;./FeatureServer/Server.py&quot;, line 22, in _loadFromSection<br>    module = __import__(&quot;%s.%s&quot; % (module_type, type), globals(), locals(), type)
<br>  File &quot;./FeatureServer/DataSource/PostGIS.py&quot;, line 3, in ?<br>    import psycopg, copy, re, ogr<br><br><br></pre>Anyone know if there&#39;s a step in between after installing psycopg, like if I have to do anything in FeatureServer?
<br>Thanks for any help!<br>-Ed<br><pre><br></pre>