很正常:
s = api.update_with_media(tweetImage, status=m)
完美运行.py 但是当我使用pyinstaller创建一个.exe时它会抛出
tweepy.error.TweepError: Failed to send request: [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
有什么想法吗?
答案 0 :(得分:0)
certififi
已安装。cert
参数http请求。pem
文件打包为pyinstaller
中的数据文件。