/usr/bin/pyuic4 is in pyqt4-dev-tools 4.11.4+dfsg-2+b1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/usr/bin/env python
# there's no main function, so just import the module
import PyQt4.uic.pyuic
|