Dear developers:<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; I'm so glad that pylith-1.7.1 can compute static Green's
    function and a 2D example in contained in the example directory of
    pylith release package. When I ran the 2D strikeslip example, it
    went so well. Then I ran a simple 3D example written by myself, the
    following error message prompted out after I ran "pylith
    --problem=pylith.problems.GreensFns"<br>
    <blockquote><small><font face="serif">Traceback (most recent call
          last):</font></small><br>
      <small><font face="serif">&nbsp; File
          "/opt/pylith-1.7.1-linux-x86_64/bin/pylith", line 39, in
          &lt;module&gt;</font></small><br>
      <small><font face="serif">&nbsp; &nbsp; start(applicationClass=PyLithApp)</font></small><br>
      <small><font face="serif">&nbsp; File
          "/opt/pylith-1.7.1-linux-x86_64/lib/python2.7/site-packages/pythia-0.8.1.14-py2.7.egg/pyre/applications/__init__.py",
          line 41, in start</font></small><br>
      <small><font face="serif">&nbsp; &nbsp; shell.run(**kwds)</font></small><br>
      <small><font face="serif">&nbsp; File
          "/opt/pylith-1.7.1-linux-x86_64/lib/python2.7/site-packages/pythia-0.8.1.14-py2.7.egg/pyre/applications/Shell.py",
          line 125, in run</font></small><br>
      <small><font face="serif">&nbsp; &nbsp; app.applyConfiguration(context)</font></small><br>
      <small><font face="serif">&nbsp; File
          "/opt/pylith-1.7.1-linux-x86_64/lib/python2.7/site-packages/pythia-0.8.1.14-py2.7.egg/pyre/inventory/Configurable.py",
          line 84, in applyConfiguration</font></small><br>
      <small><font face="serif">&nbsp; &nbsp; raise ValueError("%s\nBacktrace -
          Component %s" % (err.message, aliases))</font></small><br>
      <small><font face="serif">ValueError: Error while configuring
          spatial database reader (simpleioascii, iohandler):</font></small><br>
      <small><font face="serif">Filename for spatial database not
          specified.</font></small><br>
      <small><font face="serif">Backtrace - Component simpleioascii,
          iohandler</font></small><br>
      <small><font face="serif">Backtrace - Component simpledb, slip</font></small><br>
      <small><font face="serif">Backtrace - Component stepslipfn,
          slip_function</font></small><br>
      <small><font face="serif">Backtrace - Component eqkinsrc, rupture</font></small><br>
      <small><font face="serif">Backtrace - Component singlerupture,
          eq_srcs</font></small><br>
      <small><font face="serif">Backtrace - Component faultcohesivekin,
          fault</font></small><br>
      <small><font face="serif">Backtrace - Component interfaces</font></small><br>
      <small><font face="serif">Backtrace - Component greensfns, problem</font></small><br>
      <small><font face="serif">Backtrace - Component pylithapp</font></small><br>
      <br>
    </blockquote>
    I checked every line of my pylithapp.cfg and greenfns.cfg, but I
    couldn't find anything wrong. Then I looked up in the maillist,
    fortunately I found another example in CIG-SHORT Digest, Vol 70,
    Issue 18 in the attachment by Rowena Lohman. Her example seems all
    right according to her mail except for a minor output problem, but
    when I downloaded the attachment and ran it, the same error message
    prompt up again. I can't figure out the error message because I do
    have specified every spatialdb file name!<br>
    <br>
    I attached both my example and Lohman's in this mail. My pylith
    version is pylith-1.7.1-linux-i686 binary. Could you help me with
    this problem?<br>