关于Python from VideoCapture import Device 报错的解决方法

from VideoCapture import Device  

下载附件中的文件

安装发放如下:

To make use of VideoCapture just copy the files from the 'PythonXX' folder to the corresponding folders of your 'PythonXX' installation, where XX must match with the version of Python you have installed on your system.



根据你的python版本,选择目录下的文件夹,直接复制粘贴,合并文件夹就ok了。

attention:

1、安装结束这些,会有 raise NotImplementedError("fromstring() has been removed. " +"Please call frombytes() instead.")报错。

需要修改一个东西,就是跳转到这个位置,把fromstring() 改成frombytes()就行了。


2、紧接着会提示安装PIL

直接pip install Pillow就ok。

posted @ 2017-10-08 11:51  dyigstraw  阅读(261)  评论(0编辑  收藏  举报
foot