Closed pilinux closed 3 years ago
Hi,
And how is this related to gtkterm? Are you calling gtkterm from a python script and redirecting the comm port?
/Willem
On Mon, 2021-07-26 at 01:07 -0700, Mahir Hasan wrote:
I believe the following error message is self-explanatory. Any help would be appreciated! OS: Ubuntu 20.04 Python: 3.8.10 Note: I installed PyQt5 and pqcom in a virtual environment Traceback (most recent call last): File "/path/to/pythonvenv/my_env/bin/pqcom", line 5, in
from pqcom.pqcom import main File "/path/to/pythonvenv/my_env/lib/python3.8/site-packages/pqcom/pqcom.py", line 41, in import pqcom_serial ModuleNotFoundError: No module named 'pqcom_serial' — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Sorry, I created the issue in the wrong repository! I was testing different serial tools and posted the issue here by mistake. Thanks for your prompt response.
I believe the following error message is self-explanatory. Any help would be appreciated!
OS:
Ubuntu 20.04
Python:3.8.10
Note: I installedPyQt5
andpqcom
in a virtual environment