mailr23157 - /trunk/status.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 12, 2014 - 21:30:
Author: bugman
Date: Mon May 12 21:30:12 2014
New Revision: 23157

URL: http://svn.gna.org/viewcvs/relax?rev=23157&view=rev
Log:
Big bug fix for the relax installation path determination.

This is to fix bug #22037 (http://gna.org/bugs/?22037), the failure to load 
graphics in the GUI due
to the relax installation path not being set up correctly.

The problem is that the status module was looking for the compat.py file to 
determine where the base
directory is, but this file has been moved into the lib/ package.  Now the 
dep_check.py file is
being searched for.


Modified:
    trunk/status.py

Modified: trunk/status.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/status.py?rev=23157&r1=23156&r2=23157&view=diff
==============================================================================
--- trunk/status.py     (original)
+++ trunk/status.py     Mon May 12 21:30:12 2014
@@ -75,7 +75,7 @@
         """
 
         # The file to search for.
-        file_to_find = 'compat.py'
+        file_to_find = 'dep_check.py'
 
         # Loop over the system paths, searching for the real path.
         for path in sys.path:




Related Messages


Powered by MHonArc, Updated Tue May 13 22:00:02 2014