Re: require bug?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: require bug?
- From: Tomas Guisasola Gorham <tomas@...>
- Date: 2008年9月25日 15:48:13 -0300 (BRT)
Hi Frederico
What is your package.path?
something like ?;?.lua;?.lo
That's your problem. Try ?.lua;?.lo instead (without the
preceeding `?;').
Tomás