Hi CIG-Short,<br><br>I followed the advice Brad gave me, and I was able to &quot;make&quot; and &quot;make install&quot; PyLith.  However, when I run pylith, I get the error shown below.  This happens independent of the problem I try to run, and occurs when I use &quot;pylith --help&quot; or &quot;pylith --version&quot; or even just &quot;pylith.&quot;  The error message is:<br>
<br>/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/odb/Curator.py:200: UserWarning: Module spatialdata was already imported from /home/jeffremt/tools/cig/gcc-4.1.1_64/lib64/python2.5/site-packages/spatialdata/__init__.pyc, but /home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages is being added to sys.path<br>
  from pkg_resources import resource_listdir, resource_isdir, resource_exists, resource_filename, Requirement<br>/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/odb/Curator.py:200: UserWarning: Module pylith was already imported from /home/jeffremt/tools/cig/gcc-4.1.1_64/lib64/python2.5/site-packages/pylith/__init__.pyc, but /home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages is being added to sys.path<br>
  from pkg_resources import resource_listdir, resource_isdir, resource_exists, resource_filename, Requirement<br>/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/odb/Curator.py:200: UserWarning: Module pkg_resources was already imported from /home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/setuptools-0.6c9-py2.5.egg/pkg_resources.py, but /home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/merlin-1.7.egg is being added to sys.path<br>
  from pkg_resources import resource_listdir, resource_isdir, resource_exists, resource_filename, Requirement<br>/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/odb/Curator.py:200: UserWarning: Module site was already imported from /usr/lib64/python2.5/site.pyc, but /home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/merlin-1.7.egg is being added to sys.path<br>
  from pkg_resources import resource_listdir, resource_isdir, resource_exists, resource_filename, Requirement<br>ERROR: An unexpected error occurred while tokenizing input<br>The following traceback may be corrupted or invalid<br>
The error message is: (&#39;EOF in multi-line statement&#39;, (12, 0))<br><br>ERROR: An unexpected error occurred while tokenizing input<br>The following traceback may be corrupted or invalid<br>The error message is: (&#39;EOF in multi-line statement&#39;, (12, 0))<br>
<br>ERROR: An unexpected error occurred while tokenizing input<br>The following traceback may be corrupted or invalid<br>The error message is: (&#39;EOF in multi-line statement&#39;, (12, 0))<br><br>ERROR: An unexpected error occurred while tokenizing input<br>
The following traceback may be corrupted or invalid<br>The error message is: (&#39;EOF in multi-line statement&#39;, (12, 0))<br><br>ERROR: An unexpected error occurred while tokenizing input<br>The following traceback may be corrupted or invalid<br>
The error message is: (&#39;EOF in multi-line statement&#39;, (13, 0))<br><br>Error in sys.excepthook:<br>Traceback (most recent call last):<br>  File &quot;/usr/lib/python2.5/site-packages/IPython/ultraTB.py&quot;, line 885, in __call__<br>
    self.handler((etype, evalue, etb))<br>  File &quot;/usr/lib/python2.5/site-packages/IPython/ultraTB.py&quot;, line 875, in handler<br>    print &gt;&gt; Term.cerr, self.text(etype, evalue, etb)<br>  File &quot;/usr/lib/python2.5/site-packages/IPython/ultraTB.py&quot;, line 931, in text<br>
    return VerboseTB.text(self,etype, value, tb,context=5)<br>  File &quot;/usr/lib/python2.5/site-packages/IPython/ultraTB.py&quot;, line 818, in text<br>    __IPYTHON__.hooks.synchronize_with_editor(filepath, lnum, 0)<br>
NameError: global name &#39;__IPYTHON__&#39; is not defined<br><br>Original exception was:<br>Traceback (most recent call last):<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/bin/pylith&quot;, line 39, in &lt;module&gt;<br>
    start(applicationClass=PyLithApp)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/applications/__init__.py&quot;, line 41, in start<br>    shell.run(**kwds)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/applications/Shell.py&quot;, line 125, in run<br>    app.applyConfiguration(context)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 74, in applyConfiguration<br>
    context.configureComponent(self)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/ConfigContext.py&quot;, line 68, in configureComponent<br>    component.configureComponents(self)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 119, in configureComponents<br>    self.inventory.configureComponents(context)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Inventory.py&quot;, line 99, in configureComponents<br>    component.applyConfiguration(context)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 74, in applyConfiguration<br>
    context.configureComponent(self)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/ConfigContext.py&quot;, line 68, in configureComponent<br>    component.configureComponents(self)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 119, in configureComponents<br>    self.inventory.configureComponents(context)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Inventory.py&quot;, line 99, in configureComponents<br>    component.applyConfiguration(context)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 74, in applyConfiguration<br>
    context.configureComponent(self)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/ConfigContext.py&quot;, line 68, in configureComponent<br>    component.configureComponents(self)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 119, in configureComponents<br>    self.inventory.configureComponents(context)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Inventory.py&quot;, line 99, in configureComponents<br>    component.applyConfiguration(context)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 74, in applyConfiguration<br>
    context.configureComponent(self)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/ConfigContext.py&quot;, line 68, in configureComponent<br>    component.configureComponents(self)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 119, in configureComponents<br>    self.inventory.configureComponents(context)<br>
  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Inventory.py&quot;, line 99, in configureComponents<br>    component.applyConfiguration(context)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib/python2.5/site-packages/pythia-0.8.1.10-py2.5.egg/pyre/inventory/Configurable.py&quot;, line 77, in applyConfiguration<br>
    self._configure()<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib64/python2.5/site-packages/pylith/meshio/OutputMatElastic.py&quot;, line 83, in _configure<br>    OutputManagerMesh._configure(self)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib64/python2.5/site-packages/pylith/meshio/OutputManagerMesh.py&quot;, line 73, in _configure<br>
    ModuleOutputManager.coordsys(self, self.inventory.coordsys)<br>  File &quot;/home/jeffremt/tools/cig/gcc-4.1.1_64/lib64/python2.5/site-packages/pylith/meshio/meshio.py&quot;, line 589, in coordsys<br>    def coordsys(self, *args): return _meshio.MeshOutputManager_coordsys(self, *args)<br>
TypeError: in method &#39;MeshOutputManager_coordsys&#39;, argument 2 of type &#39;spatialdata::geocoords::CoordSys const *&#39;<br><br>I&#39;ve attached the config.log file from my configuration of PyLith just in case that&#39;s helpful.<br>
<br>Thank you,<br>Jeff Thompson<br>California Institute of Technology<br><br><br>