Python unable to import module within library [closed]
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 18 days ago . Improve this question I'm trying to use the QSerialPort module of PyQt5. Everything I have found has indicated that QtSerial which contains QSerialPort should come with PyQt5. For example, >>> from PyQt5 import QtSerial Traceback (most recent call last): File "<stdin>", line 1, in