Python 2.7 cannot import PyQt4

前端 未结 6 1424
無奈伤痛
無奈伤痛 2021-01-04 10:34

I\'ve upgraded to Python 2.7 from Python 2.6 on Ubuntu Maverick Meerkat (10.10) and I\'m unable to import PyQt4.

austin@gerald:~$ python2.7
Python 2.7.0+ (r2         


        
6条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-01-04 10:51

    Please install SIP module first,this is python and c/c++ lib tools, and PyQt4 lib

提交回复
热议问题