On Monday 19 December 2005 21:46, schwaahed wrote: > How would one build without lua? I am only interested in the python interface at > this point. Well, I do not see any option in SConstruct to build without the Lua wrapper, so currently you can only disable it by replacing this at line 357: luaFound = configure.CheckHeader("lua.h", language = "C") with luaFound = 0