gsr
08/23/2022, 5:33 PMseancorfield
python or python3 is installed on the server then you can use cfexecute to run Python code, just like you'd run any other command.
Perhaps take a step back and explain what problem you're actually trying to solve?
There have been several projects that have made it possible to run JVM-based scripting languages directly from CFML. I did one for PHP (using the Quercus engine for the JVM) and there were others for JRuby, Jython, Groovy, and several other languages. Most of those are unmaintained these days.bdw429s
08/23/2022, 6:17 PMbdw429s
08/23/2022, 6:25 PMEvil Ware
08/31/2022, 6:22 PMseancorfield