From: david-sarah <david-sarah@jacaranda.org>
Date: Wed, 12 Jan 2011 21:16:28 +0000 (-0800)
Subject: bin/tahoe-script.template: improve the error message if we end up running under Pytho... 
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/bar.txt?a=commitdiff_plain;h=a8739c39ab59d64d8f6c1c81dacdbb9ba22eba2d;p=tahoe-lafs%2Ftahoe-lafs.git

bin/tahoe-script.template: improve the error message if we end up running under Python 3. refs #1302
---

diff --git a/bin/tahoe-script.template b/bin/tahoe-script.template
index 622cca3f..1a227319 100644
--- a/bin/tahoe-script.template
+++ b/bin/tahoe-script.template
@@ -1,4 +1,5 @@
 #!/bin/false # You must specify a python interpreter.
+u"Tahoe-LAFS does not run under Python 3. Please use a version of Python between 2.4.4 and 2.7.x inclusive."
 
 import errno, sys, os, subprocess