两种查看SIP版本的方法python

 第一种:进入python命令行

print(sip.SIP_VERSION_STR)

注意对应的PyQt版本号和大小写

print(PyQt5.sip.SIP_VERSION_STR)  

 

第二种:直接在DOS命令行

sip -V

https://www.riverbankcomputing.com/software/sip/download

官网链接

 

posted on 2018-07-10 15:32  Kunix  阅读(1440)  评论(1编辑  收藏  举报