wvdakker / gtkterm

GTKTerm: A GTK+ Serial Port Terminal
GNU General Public License v3.0
104 stars 35 forks source link

No module named 'pqcom_serial' #43

Closed pilinux closed 3 years ago

pilinux commented 3 years ago

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 <module>
    from pqcom.pqcom import main
  File "/path/to/pythonvenv/my_env/lib/python3.8/site-packages/pqcom/pqcom.py", line 41, in <module>
    import pqcom_serial
ModuleNotFoundError: No module named 'pqcom_serial'
wvdakker commented 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.

pilinux commented 3 years ago

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.