We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
下载这个,然后手动编译(虽然lua用的的vs2005,但是我用的VS2013环境完全支持)luafilesystem,然后luarocks安装其他的就满足依赖关系了。可以直接用luarocks install metalua然后给定一个 LUA_PATH到subprocess.Popen,就解决了。
luarocks install metalua
LUA_PATH
subprocess.Popen
The text was updated successfully, but these errors were encountered:
No branches or pull requests
下载这个,然后手动编译(虽然lua用的的vs2005,但是我用的VS2013环境完全支持)luafilesystem,然后luarocks安装其他的就满足依赖关系了。可以直接用
luarocks install metalua
然后给定一个LUA_PATH
到subprocess.Popen
,就解决了。The text was updated successfully, but these errors were encountered: