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 ? _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
