极其蛋疼的事情发生了, 经过经理点拨, 继续google,终于找到了如下信息, 一个字‘爽’:
Hi, I'm working on KUbuntu 10.04, and issued the same problem as you do. As crazy as it seems, you can make it work by simply removing a file : sudo rm /usr/lib/pymodules/python2.6/pysideuic/widget-plugins/__init__.py It seems that the dynamic plugin loader is trying to execute it as if it was a plugin, but it is not, so removing it just works. However, the exception generated by the script should be caught and not make everything fail, so maybe this problem should be reported to the PySide guys ? 灵感来源网址: http://lists.openbossa.org/pipermail/pyside/2010-October/001156.html