lua-users home
lua-l archive

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


Unfortunatelly, the result was the same: "Module 'luaxml' is not found".

Supposing that "pcall(require, 'luarocks')" is the protected version
of "require('luarocks')", I try also: require('luarocks'). However,
the module 'luarocks' is also not found.

2014-05-20 1:02 GMT-03:00, Coroutines <coroutines@gmail.com>:
> On Mon, May 19, 2014 at 9:00 PM, luciano de souza <luchyanus@gmail.com>
> wrote:
>
>> $ sudo apt-get install lua5.1
>> $ sudo apt-get install luarocks
>> $ sudo luarocks install luaxml
>> $ lua
>>> require('luaxml')
>> "Module 'luaxml' is not found'".
>>
>> Does someone knows why it occurs and how to solve it?
>
> pcall(require, 'luarocks') -- i think.
> require('luaxml')
>
>


-- 
Luciano de Souza