lua and python

I love Lua with all my heart and sole.  I can’t stand that python doesn’t have an end statement and you have to indent to perform scoping.  However, there are so many libraries available on python that simply don’t exist in Lua.  Has any thought been done behind allowing Lua to call python modules?  I am sure my question is an ignorant one but it sure would be nice to:  

import cv2 

import mqtt

import swat

import numby 

import dlpy 

The list is grand. 

L

Hi.

There is this library, and possibly others I’m forgetting. In theory a plugin should be feasible using that and embedding Python, though I’ve heard the latter is tricky. Setting up the file system is probably another issue, though a far more minor one.

After a bit of digging, this seems to cover some of the necessary steps.

Hi.

There is this library, and possibly others I’m forgetting. In theory a plugin should be feasible using that and embedding Python, though I’ve heard the latter is tricky. Setting up the file system is probably another issue, though a far more minor one.

After a bit of digging, this seems to cover some of the necessary steps.