++        except IOError, msg:
++            raise DistutilsFileError, str(msg) + ', please install the 
python%s-dev package' % sys.version[:3]

I think it needs an "as" in patch debian/patches/bdist-wininst-notfound.dpatch:
http://docs.python.org/3.0/reference/compound_stmts.html#except

except IOError as msg:

-- 
invalid syntax 3.0.1-0ubuntu12 except IOError, msg:
https://bugs.launchpad.net/bugs/361301
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to