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:
3bd1232
)
bin/tahoe-script.template: improve the error message if we end up running under Pytho...
author
david-sarah
<david-sarah@jacaranda.org>
Wed, 12 Jan 2011 21:16:28 +0000
(13:16 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Wed, 12 Jan 2011 21:16:28 +0000
(13:16 -0800)
bin/tahoe-script.template
patch
|
blob
|
history
diff --git
a/bin/tahoe-script.template
b/bin/tahoe-script.template
index 622cca3f37b91403206124764f26c9b2395ac5e2..1a227319d5809c7c669d25733f6940879a50693e 100644
(file)
--- 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