<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I am currently working through the Pylith tutorials in the most recent Pylith pdf I found on the website (pylith_manual-1.6.1.pdf). My Pylith version is 1.6.3 . Section 7.14.3 dealing with a dynamic fault does not seem to work. I will present what I did so
 you can maybe reproduce the error:<br>
<br>
First I go to the folder &quot;examples/bar_shearwave/quad4&quot;. If I type &quot;pylith kinematic.cfg&quot; (section 7.14.2) this specific problems completes with no problem. But if I type &quot;pylith dynamic.cfg&quot; (section 7.14.3) I get the following error:<br>
<br>
---------------------------------------------------------------------------------------------------------------------------------<br>
/scratch1/local/pylith/lib/python2.6/site-packages/merlin-1.7.egg/merlin/__init__.py:175: DeprecationWarning: the sets module is deprecated<br>
&nbsp; from sets import ImmutableSet<br>
/scratch1/local/pylith/lib/python2.6/site-packages/spatialdata/spatialdb/SimpleIO.py:89: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6<br>
&nbsp; &quot;(%s):\n%s&quot; % (aliases, err.message))<br>
/scratch1/local/pylith/lib/python2.6/site-packages/pythia-0.8.1.13-py2.6.egg/pyre/inventory/Configurable.py:84: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6<br>
&nbsp; raise ValueError(&quot;%s\nBacktrace - Component %s&quot; % (err.message, aliases))<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;/scratch1/local/pylith/bin/pylith&quot;, line 39, in &lt;module&gt;<br>
&nbsp;&nbsp;&nbsp; start(applicationClass=PyLithApp)<br>
&nbsp; File &quot;/scratch1/local/pylith/lib/python2.6/site-packages/pythia-0.8.1.13-py2.6.egg/pyre/applications/__init__.py&quot;, line 41, in start<br>
&nbsp;&nbsp;&nbsp; shell.run(**kwds)<br>
&nbsp; File &quot;/scratch1/local/pylith/lib/python2.6/site-packages/pythia-0.8.1.13-py2.6.egg/pyre/applications/Shell.py&quot;, line 125, in run<br>
&nbsp;&nbsp;&nbsp; app.applyConfiguration(context)<br>
&nbsp; File &quot;/scratch1/local/pylith/lib/python2.6/site-packages/pythia-0.8.1.13-py2.6.egg/pyre/inventory/Configurable.py&quot;, line 84, in applyConfiguration<br>
&nbsp;&nbsp;&nbsp; raise ValueError(&quot;%s\nBacktrace - Component %s&quot; % (err.message, aliases))<br>
ValueError: Error while configuring spatial database reader (simpleioascii, iohandler):<br>
Filename for spatial database not specified.<br>
Backtrace - Component simpleioascii, iohandler<br>
Backtrace - Component simpledb, db_properties<br>
Backtrace - Component staticfriction, friction<br>
Backtrace - Component faultcohesivedyn, fault<br>
Backtrace - Component interfaces<br>
Backtrace - Component timedependent, problem<br>
Backtrace - Component pylithapp<br>
---------------------------------------------------------------------------------------------------------------------------------<br>
<br>
I get exactly the same error if I just type &quot;pylith&quot;. In this case Pylith just tries to run the pylithapp.cfg. Looking at the backtrace it seems like a spatial database is expected (even when doing &quot;pylith dynamic.cfg&quot;)? Could someone perhaps follow my steps
 and see if you get the same results? In that case this specific tutorial probably got broken at some point.<br>
<br>
Cheers,<br>
Lucas<br>
<br>
</div>
</body>
</html>