From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 5 Sep 2013 17:13:56 +0000 (+0100)
Subject: Fri Jan 27 01:55:25 GMT 2012  david-sarah@jacaranda.org
X-Git-Url: https://git.rkrishnan.org/%5B/copyable.html?a=commitdiff_plain;h=60b3afc0597d631ce38dfc7401edff9df2309891;p=tahoe-lafs%2Ftahoe-lafs.git

Fri Jan 27 01:55:25 GMT 2012  david-sarah@jacaranda.org
  * 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 6fcf34e0..e08dcca7 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
 #