projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68b844c
)
Fri Jan 27 01:55:25 GMT 2012 david-sarah@jacaranda.org
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 17:13:56 +0000
(18:13 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 17:13:56 +0000
(18:13 +0100)
* Add a Python 3 blocker to setup.py, to display a better error message when it is run under Python 3.
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 6fcf34e08a6db7309b9534ee9af34a9456742563..e08dcca7e63097b3f01938b608f4efa36904f3d4 100644
(file)
--- 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
#