Dmitry, normally, having a python script that simply has: from PyQt5.uic import pyuic
would trigger the error message when run without an argument (which the imported pyuic module needs to trigger a .ui to .py output). ATM, under 16.10: - a python 2 script with this simple line: from PyQt4.uic import pyuic a/ outputs an error if no parameter is included, or b/ outputs python code if a .ui file is provided as a parameter - a python 3 script with this simple line: from PyQt5.uic import pyuic a/ fails to output an error if no parameter is included (which is *only* a sign that something is wrong here), and more importantly b/ fails to output anything even if a .ui file is provided as a parameter So basically, the module is broken. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1619840 Title: pyqt5's pyuic module import doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pyqt5/+bug/1619840/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
