From: david-sarah <david-sarah@jacaranda.org>
Date: Fri, 27 Jan 2012 01:55:25 +0000 (+0000)
Subject: Add a Python 3 blocker to setup.py, to display a better error message when it is... 
X-Git-Url: https://git.rkrishnan.org/Site/somewhere?a=commitdiff_plain;h=70b08ddb427b12f5f3458f7f6a93d2916ee749a4;p=tahoe-lafs%2Ftahoe-lafs.git

Add a Python 3 blocker to setup.py, to display a better error message when it is run under Python 3.
---

diff --git a/setup.py b/setup.py
index ac22917b..a9ed3649 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
+u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.4.4 and 2.7.x inclusive."
 
 # Tahoe-LAFS -- secure, distributed storage grid
 #