commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r7282 - trunk/gnue-common/src/setup


From: reinhard
Subject: [gnue] r7282 - trunk/gnue-common/src/setup
Date: Thu, 31 Mar 2005 15:53:43 -0600 (CST)

Author: reinhard
Date: 2005-03-31 15:53:42 -0600 (Thu, 31 Mar 2005)
New Revision: 7282

Modified:
   trunk/gnue-common/src/setup/GSetup.py
Log:
Also tell that we require Python 2.3 in setup subsystem.


Modified: trunk/gnue-common/src/setup/GSetup.py
===================================================================
--- trunk/gnue-common/src/setup/GSetup.py       2005-03-31 21:39:54 UTC (rev 
7281)
+++ trunk/gnue-common/src/setup/GSetup.py       2005-03-31 21:53:42 UTC (rev 
7282)
@@ -36,19 +36,19 @@
 # -----------------------------------------------------------------------------
 
 try:
-  if sys.hexversion < 0x02000000:
+  if sys.hexversion < 0x02030000:
     raise AttributeError
 except AttributeError:
   print "-" * 70
   print """
   You are running Python %s.
 
-  GNU Enterprise requires at least Python 2.0 (recommended: 2.1+).
+  GNU Enterprise requires at least Python 2.3.
   If you have a later version installed, you should run setup.py
-  against that version. For example, if you have Python 2.2
+  against that version. For example, if you have Python 2.3
   installed, you may need to run:
 
-       python2.2 setup.py
+       python2.3 setup.py
 """ % string.split(sys.version)[0]
   print "-" * 70
   sys.exit (1)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]