Changeset 1476 for pykota/trunk/setup.py

Show
Ignore:
Timestamp:
05/13/04 16:17:32 (20 years ago)
Author:
jalet
Message:

Warning about changed accounter and requester directives

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/setup.py

    r1475 r1476  
    2424# 
    2525# $Log$ 
     26# Revision 1.41  2004/05/13 14:17:32  jalet 
     27# Warning about changed accounter and requester directives 
     28# 
    2629# Revision 1.40  2004/05/13 13:59:27  jalet 
    2730# Code simplifications 
     
    374377    dummy = raw_input("Please press ENTER when you have read the message above. ") 
    375378     
     379    sys.stdout.write("\n\nWARNING : IF YOU ARE UPGRADING FROM A PRE-1.19alpha8 TO 1.19alpha8 OR ABOVE\n") 
     380    sys.stdout.write("YOU **MUST** MODIFY YOUR /etc/pykota/pykota.conf FILE BECAUSE accounter\n") 
     381    sys.stdout.write("AND requester DIRECTIVES SUPPORTED VALUES HAVE CHANGED.\n\n") 
     382    sys.stdout.write("YOU CAN DO THAT AFTER THE INSTALLATION IS FINISHED, OR PRESS CTRL+C NOW.\n") 
     383    sys.stdout.write("\n\nYOU DON'T HAVE ANYTHING SPECIAL TO DO IF THIS IS YOUR FIRST INSTALLATION\nOR IF YOU ARE ALREADY RUNNING VERSION 1.19alpha8 OR ABOVE.\n\n") 
     384    dummy = raw_input("Please press ENTER when you have read the message above. ") 
     385     
    376386    # checks if some needed Python modules are there or not. 
    377387    modulestocheck = [ ("PygreSQL", "pg", "PygreSQL is mandatory if you want to use PostgreSQL as the quota storage backend."),