I\'m following the tutorial available on python-docx site to create a MS-Word document but I\'m getting an error:
M:\\Sites>python word.py C:\\Program Fil
Simple but hard to debug. Just add space between words in style.
document.add_paragraph('Intense quote', style='IntenseQuote')
Changes to:
document.add_paragraph('Intense quote', style='Intense Quote')