ColdFusion executing compiled Python exe
Hi
I have created a python script that genarete a word document. I want to call this script from coldfusion app. so i add this code :
<cfexecute name="C:\tmp\docGen.exe" outputFile = "C:\tmp\output.txt" timeout="10000" errorVariable="error" />
But notthing happens , only output.txt is created. But no result.docx file and no error displayed
