I'm writing a python script to generate PDF using ReportLab. So whenever i made changes to my python script, i must have to close the pdf and again re-open it to see the changes. Even i can't compile python script while pdf is open. It produces the error ,
IOError: [Errno 13] Permission denied: 'XYZ.pdf'
Is there any way to see the changes without closing the pdf ?. Any idea or suggestion would be greatly appreciated.