RE: Execution error on Meld 1.2.1



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)

Would something like this be appropriate for meld?

Joe

-----Original Message-----
From: meld-list-bounces gnome org [mailto:meld-list-bounces gnome org]
On Behalf Of Vincent Legoll
Sent: Tuesday, November 25, 2008 7:20 AM
To: Pavol Rusnak
Cc: meld-list gnome org
Subject: Re: Execution error on Meld 1.2.1

On Tue, Nov 25, 2008 at 1:26 PM, Pavol Rusnak <prusnak suse cz> wrote:
> c) Well, this certainly works too, but it also makes code harder to
read.
>
> I would go with b) option ...

Here it is

-- 
Vincent Legoll



This message is confidential to Prodea Systems, Inc unless otherwise indicated 
or apparent from its nature. This message is directed to the intended recipient 
only, who may be readily determined by the sender of this message and its 
contents. If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient:(a)any dissemination or copying of this message is strictly 
prohibited; and(b)immediately notify the sender by return message and destroy 
any copies of this message in any form(electronic, paper or otherwise) that you 
have.The delivery of this message and its information is neither intended to be 
nor constitutes a disclosure or waiver of any trade secrets, intellectual 
property, attorney work product, or attorney-client communications. The 
authority of the individual sending this message to legally bind Prodea Systems  
is neither apparent nor implied,and must be independently verified.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]