码迷,mamicode.com
首页 > 其他好文 > 详细

sms-tools的使用

时间:2018-06-11 22:46:31      阅读:543      评论:0      收藏:0      [点我收藏+]

标签:mpi   move   记录   rar   find   rom   python36   str   com   

先前只有python36的版本,在使用sms-tools的时候遇到了这样那样的问题,现统一记录一下:

运行环境说明

1. 需要c++编译器,为了避免安装vs,选择了vcforpython27

2. 为了使用vcforpython27,另外装了个python27,反正以后也会用得上

编译错误解决

1. Python error: Unable to find vcvarsall.bat

需要c++编译器,要么用visual studio 20xx,要么用vcforpython27,不要用mingw!!

2. error LNK1181: cannot open input file ‘m.lib‘  

这个在sms-tools的wiki里面有说到,需要remove libraries=[‘m‘], from compileModule.py

详见https://stackoverflow.com/questions/33062972/problems-with-compiling-c-code-in-python/33063193#33063193

3. 运行py文件出现warning,cython modules were nor imported

这个错误好蠢,忘了从python36调回python27

sms-tools的使用

标签:mpi   move   记录   rar   find   rom   python36   str   com   

原文地址:https://www.cnblogs.com/fanmu/p/9170329.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!