1

I have a bunch of Lua scripts that I need to port to a Google App Engine application. Ideally I would like to be able to run those scripts within Python, either through and interpreter or with a wrapper/bridge like Lupa. Any ideas about how to accomplish this?

Miki
  • 1,625
  • 21
  • 29

1 Answers1

2

Set up a separate micro service in App Engine Flex so that you can do this:

Run Lua script from Python

Alex
  • 5,141
  • 12
  • 26