Rex Dieter wrote: > $ rpm -q -f /usr/bin/pyuic4 > PyQt4-devel-4.4.4-2.fc10.x86_64 > > (In short, install PyQt4-devel and/or PyKDE4-devel) And to elaborate on this, the .py files are the versions for loading at runtime: pyuic allows loading .ui files at runtime by importing the runtime version of pyuic from the Python code. Kevin Kofler