wechat-python-sdk icon indicating copy to clipboard operation
wechat-python-sdk copied to clipboard

微信公众平台 Python 开发包 [DEPRECATED]

Results 6 wechat-python-sdk issues
Sort by recently updated
recently updated
newest added

http://wechat-python-sdk.com/无法使用了

`conf = WechatConf( token=TOKEN, appid=APP_ID, appsecret=APP_SECRET, encrypt_mode='normal', # 可选项:normal/compatible/safe,分别对应于 明文/兼容/安全 模式 encoding_aes_key=ENCODING_AES_KEY # 如果传入此值则必须保证同时传入 token, appid ) wechat = WechatBasic(conf=conf) assess_data = wechat.get_access_token()` get_access_token work bad

使用的时候,第一台服务器正常,在第二太服务器上使用的时候抛出如下错误: SSLError(SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)'),),) 具体抛出的语句是: response = wechat_instance.download_media(media_id) 证书验证失败,请问何故

use python 3.6.1 with pycharm, will occur this issue, seems that's a pycrypto issue error C2061: syntax error: identifier 'intmax_t'