file.write doit être une chaîne python
outFile = open('output.xml', 'wb')"b" for binary makes the difference.
Disgusted Duck
outFile = open('output.xml', 'wb')"b" for binary makes the difference.