lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Check if your .so is located at the package.cpath and not package.path.
Probably, you are trying to load a c module instead of a Lua script file.

--rb