python识别验证码遇到问题解决方法

Mr.Bai 637 浏览 0
import pytesseract
from PIL import Image

image = Image.open('code.BMP')
vcode = pytesseract.image_to_string(image)
print vcode

 

代码没有问题的,但就是报ValueError: Attempted relative import in non-package
百度一堆什么,相对导入,绝对导入,都未解决
最后,直接写在64位python
安装32位python解决

发表评论 取消回复
表情 图片 链接 代码

分享
请选择语言