mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
bin/tahoe-script.template: improve the error message if we end up running under Python 3. refs #1302
This commit is contained in:
parent
3bd1232729
commit
a8739c39ab
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user