[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Luaxml is not found on Ubuntu 13.10 64 bits
- From: Coroutines <coroutines@...>
- Date: Mon, 19 May 2014 21:02:57 -0700
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')