Comment 3 for bug 361301

Revision history for this message
Savvas Radevic (medigeek) wrote :

++ 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: