Vladimir Ignatov wrote: > Hi, > > "except Exception as variable" > > is a new python-3 syntax. > > You should use "except Exception, variable" syntax in 2.x series.
Not entirely true. This feature has been backported to python2.6 as well. Diez -- http://mail.python.org/mailman/listinfo/python-list