mailr18802 - /trunk/compat.py


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

Header


Content

Posted by edward on March 12, 2013 - 16:34:
Author: bugman
Date: Tue Mar 12 16:34:57 2013
New Revision: 18802

URL: http://svn.gna.org/viewcvs/relax?rev=18802&view=rev
Log:
Slight change to the message printed if the platform module is missing.


Modified:
    trunk/compat.py

Modified: trunk/compat.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/compat.py?rev=18802&r1=18801&r2=18802&view=diff
==============================================================================
--- trunk/compat.py (original)
+++ trunk/compat.py Tue Mar 12 16:34:57 2013
@@ -26,7 +26,7 @@
 try:
     import platform
 except ImportError:
-    print("The platform module cannot be imported.  Try copying the 
platform.py file from http://hg.python.org/cpython/file/2.3/Lib/platform.py 
into your lib/pythonX.X/ directory.")
+    print("The platform module cannot be imported.  For Python <= 2.2, try 
copying the platform.py file from 
http://hg.python.org/cpython/file/2.3/Lib/platform.py into your 
lib/pythonX.X/ directory.")
     raise
 
 # Dependency check module.




Related Messages


Powered by MHonArc, Updated Tue Mar 12 17:00:02 2013