From: Francesco M. <f18...@ya...> - 2006-03-07 17:16:15
|
Hi John, I see you added that very nice example and also a screenshot for it... unfortunately it doesn't run on my linux with latest wxLua compiled & installed: frm@genius:~/work/wxLua/samples$ wxlua wxluasudoku.wx.lua wxLua: Syntax error during pre-compilation wxluasudoku.wx.lua:193: malformed number near `9.1' wxLua: Syntax error during pre-compilation Maybe the dot must be replaced with a comma ? Doing the replace in line 193 makes wxLua complain for next occurrences .... probably if I'd solve them all, it would just run. What I do not understand is why it works with you ? Could it be a locale problem ? Francesco |