Lua和C++交互 请大神们指教下 在线等

在使用python genbindings.py进行Lua和C++的ini文件桥接时候类里面使用到一个虚函数的参数是另一个类的枚举值结果编译出现raise Exception("The namespace (%s) conversion wasn't set in 'ns_map' section of the conversions.yaml" % namespace_class_name)
Exception: The namespace (CurlDown::ErrorCode) conversion wasn't set in 'ns_map' section of the conversions.yaml
如何解决

http://www.cnblogs.com/sevenyuan/p/4511808.html