lua-users home
lua-l archive

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


Just sorry, I solved it yesterday :(

It's okey now.

On 11/23/05, Diego Nehab <diego@tecgraf.puc-rio.br> wrote:
Hi,

> but when I try request socket.http like that:
>
> ___
> http = require("socket.http")
> print(http)
> print(http.get(" http://www.tecgraf.puc-rio.br/luasocket"))
> ___
>
> is returned to me a true and I can't do http.get.
>
> What is wrong ?

Could be many things. Did you setup your LUA_INIT, LUA_PATH and
LUA_CPATH environment variables? Where did you install your files?

Regards,
Diego.