Run python in lucee

Is it possible to run Python inside Lucee?

The reason I ask is there is a lot of API’s and libraries that are built for Python (like payment and authorization). It would be really nice if there was a way to leverage those code bases.

Thanks,

I suppose it might be possible if there is a JSR-223 implementation of it. That said, you’d be much better off looking for a Java library that does what you need. As CFML is a JVM language, it has native integration with any Java library.

Also, another option for you is to port any useful libraries over to CFML and post them on forgebox.io so everyone can use them!

2 Likes

I run some python scripts from a bash file via cfexecute

2 Likes

anyone made progress on this?

Would Home | Jython be a good starting point?

1 Like