]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bin/tahoe-script.template: improve the error message if we end up running under Pytho...
authordavid-sarah <david-sarah@jacaranda.org>
Wed, 12 Jan 2011 21:16:28 +0000 (13:16 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Wed, 12 Jan 2011 21:16:28 +0000 (13:16 -0800)
bin/tahoe-script.template

index 622cca3f37b91403206124764f26c9b2395ac5e2..1a227319d5809c7c669d25733f6940879a50693e 100644 (file)
@@ -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