Pycharm, PyQt5, and Python 2.7 — No code completion

前端 未结 3 745
甜味超标
甜味超标 2020-12-15 00:56

I\'ve got:

  • Python 2.7 (Anaconda x64), which works great
  • PyQt5 (installed using pip install python-qt5)
  • PyCharm 4.04 Professional
3条回答
  •  执念已碎
    2020-12-15 01:40

    Can you find PyQt5 from your project's External Libraries? If you install it through pip, you should be able to see the library directly. Once the library can be referred, it will do the code-completion for you.

提交回复
热议问题