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

This commit is contained in:
david-sarah 2011-01-12 13:16:28 -08:00
parent 3bd1232729
commit a8739c39ab

View 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