samyeyo / LuaRT

Open source Windows programming framework for Lua

Home Page:https://www.luart.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing UI module even after reinstalling

quandie opened this issue · comments

require ui module returns error, i cant find it in luart files

what error does it return?

Hi Quandie,

The ui module is not a standalone module. It is bundled within the wluart.exe interpreter (see https://luart.org/doc/toolchain/interpreter.html)

If you want to use the ui module you must use wluart.exe to run your Lua scripts, not luart.exe