Staging
v0.5.0
https://foss.heptapod.net/mercurial/hgview
Revision 7140c4aaf1c1ff27be1ecf325cf5d2fd8aab66db authored by Mads Kiilerich on 17 November 2019, 16:46:40 UTC, committed by Mads Kiilerich on 17 November 2019, 16:46:40 UTC
https://www.riverbankcomputing.com/static/Docs/PyQt4/incompatibilities.html#pyqt-v4-12-2 :

In previous versions PyQt4 used the copy of the sip module usually installed in
the site-packages directory and applications accessed it using as follows:

  import sip

This version includes a private copy of the module. Applications should access
it as follows:

  from PyQt4 import sip
1 parent 9944923
History
Tip revision: 7140c4aaf1c1ff27be1ecf325cf5d2fd8aab66db authored by Mads Kiilerich on 17 November 2019, 16:46:40 UTC
qt4: support PyQt4 v4.12.2 where sip became a sub module
Tip revision: 7140c4a
File Mode Size
Makefile -rw-r--r-- 616 bytes
hgview.1.txt -rw-r--r-- 2.3 KB

back to top