Re: could not load package string, socket.lua:11.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: could not load package string, socket.lua:11.
- From: Diego Nehab <diego@...>
- Date: 2007年8月27日 13:49:43 -0400 (EDT)
Hi,
Problem:
could not load package string, socket.lua:11.
In the socket.lua at line 11 there is: local string = require("sting")
Do anyone know whats the problem?
This is not what is in the socket.lua distributed by
LuaSocket 2.0.1. It should read
local string = require("string")
Where did you get this modified file? A few days ago there
was another report of the same kind. Is this just a
coincidence, or is somebody out there distributing a broken
socket.lua?
Regards,
Diego