|
On Thu, Sep 3, 2009 at 11:08 AM, sagasw<sagasw@gmail.com> wrote:> lua -e "io.stdout:setvbuf 'no'" "luanet.lua"Ah, the problem is that you have named your file 'luanet.lua', so then
> lua: .\luanet.lua:1: loop or previous error loading module 'luanet'
the require 'luanet' inside tries to load luanet.lua as a module.
Rename it and see what happens...
steve d.