PyQt4: How to reference from PyCharm?
Answered
I use PyCharm 2016.2.3 (32-bit), Python 2.7.12 (32-bit), PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32, Windows 7 Home Premium.
I would be grateful for the procedure to link PyCharm to PyQT4. I'm not a techie.
I linked to the Python interpreter using File > Settings > Project Interpreter. I simply pointed to "python.exe"
I can see the PyQt4 folder in
C:\Python27\Lib\site-packages\PyQt4
But which file at do I actually "point to"?
Thanks
Please sign in to leave a comment.
Sorry for the late reply. If you already have a package installed for your project interpreter it will appear in the packages tab: Settings| Project| Project interpreter. In another case, you could install a needed package as described here: https://www.jetbrains.com/help/pycharm/2016.3/installing-uninstalling-and-upgrading-packages.html. Please let me know if there is anything I can help you with