I was having the same problem, with the error message "pylupdate4 and pyrcc4 will not be built because the Qt XML module is missing" coming up when I tried to build PyQt, even though QtXml.dll existed. I fixed it by adding -e QtXml to the "python configure.py..." line for PyQt.
|