Re: Execution error on Meld 1.2.1
- From: "Vincent Legoll" <vincent legoll gmail com>
- To: "Joe Bell" <joe bell prodeasystems com>
- Cc: meld-list gnome org
- Subject: Re: Execution error on Meld 1.2.1
- Date: Tue, 25 Nov 2008 16:51:48 +0100
On Tue, Nov 25, 2008 at 4:34 PM, Joe Bell <joe bell prodeasystems com> wrote:
> Thanks all for the information and patch - I suppose I'm behind on my
> Python releases.
>
> In the past I've added a version check guard to my Python scripts:
>
> #
> # This is probably the lowest version of Python we're comfortable
> with
> # requiring
> #
> if sys.version_info < (2, 4, 1):
> print("svngroup: Python 2.4.1 or higher is required")
> sys.exit(1)
I think we would like meld to run on as many pythons as possible.
Perhaps 1.5 would be to far in the past, so a test like that could
be added for it...
--
Vincent Legoll
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]