youfou / wxpy

微信机器人 / 可能是最优雅的微信个人号 API ✨✨
http://wxpy.readthedocs.io
MIT License
13.99k stars 2.38k forks source link

wxpy在发送图片,和发送文件时,路径参数是怎么设的,老是出现错误 #182

Open caiyusheng opened 7 years ago

caiyusheng commented 7 years ago

wxpy在发送图片,和发送文件时,路径参数是怎么设的,老是出现错误

willowj commented 6 years ago

import os os.path.join(os.getcwd(), 'pic.jpg') 有中文要用unicode

tsaihsing3 commented 6 years ago

今天遇到一样的问题,各种方法都试了,最后换了张图就成功。可能是随手拿的测试图太大了。