[Bug 361301] Re: invalid syntax 3.0.1-0ubuntu12 except IOError, msg:
Savvas Radevic
vicedar at gmail.com
Wed Apr 15 13:35:20 UTC 2009
++ 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 at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list