[gt-users] python 2.5 compatibility
Gordon Gremme
gremme at gmail.com
Thu Aug 13 13:46:55 CEST 2009
On Wed, Aug 12, 2009 at 9:29 PM, Brent Pedersen<bpederse at gmail.com> wrote:
> hi, i noticed there are recent changes to custom_visitor.py in the form:
>
> except GTError as errmsg:
>
> which is not valid in python versions less than 2.6. for compat with
> 2.5 and less, it should be: "except GTError, errmsg:"
Thanks for the remark, I changed it accordingly.
Gordon
More information about the gt-users
mailing list