[cig-commits] r7599 - short/3D/PyLith/trunk

brad at geodynamics.org brad at geodynamics.org
Mon Jul 2 21:37:40 PDT 2007


Author: brad
Date: 2007-07-02 21:37:40 -0700 (Mon, 02 Jul 2007)
New Revision: 7599

Modified:
   short/3D/PyLith/trunk/README
Log:
Improved comment on running 32-bit linux binary on 64-bit linux systems.

Modified: short/3D/PyLith/trunk/README
===================================================================
--- short/3D/PyLith/trunk/README	2007-07-03 03:58:30 UTC (rev 7598)
+++ short/3D/PyLith/trunk/README	2007-07-03 04:37:40 UTC (rev 7599)
@@ -111,9 +111,10 @@
 
 1. "merlin.DistributionNotFound: Cheetah" error
 
-  The binary package is for 32-bit linux systems. One of the Python
-  packages PyLith uses doesn't know how to determine the system
-  architecture at runtime. The workaround is:
+  This error occurs when trying to use the 32-bit linux binary on
+  64-bit linux systems. One of the Python packages PyLith uses doesn't
+  know how to determine the system architecture at runtime. The
+  workaround is:
 
   (1) Go to the lib/python2.5/site-packages directory.
   (2) Unzip merlin-1.3-py2.5.egg (if it is a file and not a directory).
@@ -122,6 +123,6 @@
         plat = get_platform()
       with
         plat = "linux-i686"
-  (5) If merlin-1.3-py2.5.egg is a file, rezip merlin. Go the
+  (5) If merlin-1.3-py2.5.egg is a file, rezip merlin. Go to the
       site-packages directory and enter
       "zip -r merlin-1.3-py2.5.egg merlin".



More information about the cig-commits mailing list