• 
      

    Disallow installing on older versions of Python.

    Review Request #3695 — Created Dec. 25, 2012 and submitted

    Information

    Review Board
    release-1.7.x

    Reviewers

    Disallow installing on older versions of Python.
    
    setup.py now checks if the version of Python on the system is new enough
    for running Review Board. This should prevent the issue of someone
    trying to upgrade or install on Python 2.4, getting the source tarball,
    and then failing with confusing errors.
    Tried to install with Python 2.4 and saw the error. Tried with 2.5 and
    didn't.
    Description From Last Updated

    Can we be specific about installing a 1.6 version?

    daviddavid
    david
    1. 
        
    2. setup.py (Diff revision 1)
       
       
       
      Show all issues
      Can we be specific about installing a 1.6 version?
    3. 
        
    chipx86
    david
    1. It looks like some unrelated changes snuck into this...
      1. Oops. Well, ignore everything but that file. I just failed to git fetch properly.
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-1.7.x (20237ae)