Hi all, I'm having an issue setting up my Featureserver to read from postGIS.  I have python configured correctly, and using psycopg2 I can connect and execute statements to my postGIS database, but when I try featureserver.cgi
 through the browser, I get the following:<br><br><pre>An error occurred: (2, &#39;No such file or directory&#39;)<br>  File &quot;/opt/lampp/cgi-bin/featureserver2/FeatureServer/Server.py&quot;, line 247, in cgiHandler<br>
    service = Server.load(*cfgfiles)<br>  File &quot;/opt/lampp/cgi-bin/featureserver2/FeatureServer/Server.py&quot;, line 68, in _load<br>    datasources[section] = cls.loadFromSection(<br>  File &quot;/opt/lampp/cgi-bin/featureserver2/FeatureServer/Server.py&quot;, line 49, in _loadFromSection
<br>    return objclass(section, **objargs)<br>  File &quot;/opt/lampp/cgi-bin/featureserver2/FeatureServer/DataSource/DBM.py&quot;, line 21, in __init__<br>    self.db = Recno( args[&quot;file&quot;] )<br>  File &quot;/opt/lampp/cgi-bin/featureserver2/FeatureServer/DataSource/DBM.py&quot;, line 146, in __init__
<br>    self.data  = anydbm.open( file, &quot;c&quot; )<br>  File &quot;/usr/lib/python2.4/anydbm.py&quot;, line 83, in open<br>    return mod.open(file, flag, mode)<br>  File &quot;/usr/lib/python2.4/dbhash.py&quot;, line 16, in open
<br>    return bsddb.hashopen(file, flag, mode)<br>  File &quot;/usr/lib/python2.4/bsddb/__init__.py&quot;, line 299, in hashopen<br>    d.open(file, db.DB_HASH, flags, mode)<br><br></pre>
and then in tomcat&#39;s error log:<br><br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] Exception<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">
128.252.167.106</a>] exceptions.AttributeError<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] :<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">
128.252.167.106</a>] &quot;<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] &#39;<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106
</a>] R<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] e<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] c<br>etc., etc., with 1 letter per line, but here&#39;s the gist:
<br><br>&quot;&#39;Recno&#39; object has no attribute &#39;max&#39;&quot; in<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>] &lt;bound method Recno.__del__ of &lt;FeatureServer.DataSource.DBM.Recno
 object at 0xb7d8bbac&gt;&gt;<br>[Fri Jan 18 11:06:17 2008] [error] [client <a href="http://128.252.167.106">128.252.167.106</a>]&nbsp; ignored<br><br>Anyone have any ideas? I would be extremely grateful.<br>-Ed<br>