
Python
thisisfangsheng
这个作者很懒,什么都没留下…
展开
-
解决pybrain的No module named 'structure' 问题
在stack overflow上查到解决方法:Simply running sudo pip3 install git+https://github.com/pybrain/pybrain.git worked for me after having the same issue.The version up on PyPi isn't Python 3 compatible.原创 2015-11-12 14:37:37 · 4057 阅读 · 0 评论 -
利用swig,在python中使用C++的类
利用Swig,在Python中使用C++类原创 2015-11-10 10:47:27 · 1100 阅读 · 0 评论 -
关于C++调用Python
收集的网上的帖子:http://blog.youkuaiyun.com/c_cyoxi/article/details/23978007重点是传参,函数调用,python类的使用http://blog.youkuaiyun.com/magictong/article/details/8947892偏重于API介绍http://blog.youkuaiyun.com/chinazhd原创 2015-11-10 13:39:49 · 523 阅读 · 0 评论 -
Unofficial Windows Binaries for Python Extension Packages
http://www.lfd.uci.edu/~gohlke/pythonlibs/这个网站提供非官方的whl。有时候官方不提供的64位版本可以在这里找到原创 2015-11-12 10:08:30 · 528 阅读 · 1 评论 -
转:python 3.4 error: Microsoft Visual C++ 10.0 is required(Unable to find vcvarsall.bat)解决办法,自研亲测可行
http://blog.youkuaiyun.com/myskip/article/details/46327381转载 2015-11-11 23:37:04 · 2334 阅读 · 0 评论 -
C++与Python的互操作(pybind11): 从零开始
使用pybind11进行C++和Python的互操作原创 2017-07-21 13:37:08 · 22207 阅读 · 9 评论