Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Accessing PYQT4 in Pycharm5 CE

Accessing PYQT4 in Pycharm5 CE

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 2.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shilvz Sam
    wrote on last edited by
    #1

    hii all,,
    When I tried to install pyqt4 in pycharm ,, i got an error like this:

    Collecting PyQt4
    /usr/local/lib/python2.7/dist-packages/pip/vendor/requests/packages/urllib3/util/ssl.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
    InsecurePlatformWarning
    Could not find a version that satisfies the requirement PyQt4 (from versions: )
    No matching distribution found for PyQt4.

    Even when I executed the command suggested by them ie, pip install pyqt4,, it doesn't worked.
    Can anyone please suggest me what to do???

    Thanks in advance!!

    1 Reply Last reply
    0
    • David.GD Offline
      David.GD Offline
      David.G
      wrote on last edited by
      #2

      Hello,

      You might want to check http://stackoverflow.com/questions/29099404/ssl-insecureplatform-error-when-using-requests-package

      Also, the distribution not found... which OS are you using (and distribution if any). Usually if it's development you can just install the libraries provided by your distribution. (most of the time pyqt4 and pyqt5 are available in the repositories).

      From the looks of it you could be lacking some packages(from either python packages or system (OS) packages), check the selected answer in stackoverflow.

      Lastly, you may want to go for PyQt5 as the future of Qt4 is dwindling away.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved