2016年10月8日

cocos执行tolua/genbindings.py文件,错误搜集:

摘要: 1、PYTHON_BIN not defined, use current python.这个不是错误 2、llvm toolchain not found!path: /Users/staff/Documents/worksoft/android-ndk-r10e/toolchains/llvm- 阅读全文

posted @ 2016-10-08 18:48 ZhYQ_note 阅读(3506) 评论(0) 推荐(0)

Python深入:修改Python搜索路径

摘要: 原文地址:http://blog.csdn.net/gqtcgq/article/details/49365933 当Python执行import语句时,它会在一些路径中搜索Python模块和扩展模块。可以通过sys.path查看这些路径,比如: [python] view plain copy > 阅读全文

posted @ 2016-10-08 18:46 ZhYQ_note 阅读(5152) 评论(0) 推荐(0)

python: python解释器路径

摘要: 原文地址:https://gist.github.com/bluethon/1b795f972eb5a6becf5d9274073e6e0f 阅读全文

posted @ 2016-10-08 17:13 ZhYQ_note 阅读(378) 评论(0) 推荐(0)

Python 头部 #!/usr/bin/python 和 #!/usr/bin/env 的区别

摘要: 原文地址:http://www.cnblogs.com/scofi/p/4867851.html 大部分python文件的头部都会写上 #!/usr/bin/python 或者 #!/usr/bin/env ,这个语句主要和运行模式有关, 如果我们用普通运行模式例如(linux) : python 阅读全文

posted @ 2016-10-08 17:09 ZhYQ_note 阅读(179) 评论(0) 推荐(0)

导航