Bug 1180653

Summary: [abrt] pyserial: miniterm.py:11:<module>:ImportError: No module named 'serial'
Product: [Fedora] Fedora Reporter: John Duchek <johnduchek>
Component: pyserialAssignee: Paul P Komkoff Jr <i>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: a.badger, i
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/e72e375a8a066156981d3f10ad1aeef70f723631
Whiteboard: abrt_hash:b8ee46c7d1f3ff4abc83d1c1a3fc7f7386e40564
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-10 14:26:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description John Duchek 2015-01-09 16:05:45 UTC
Description of problem:
I ran miniterm.py and it came back with this error.

Traceback (most recent call last):
  File "/usr/bin/miniterm.py", line 11, in <module>
    import sys, os, serial, threading, atexit
ImportError: No module named 'serial'

but then coughed up the SELinux error.

Version-Release number of selected component:
pyserial-2.6-9.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python3 /usr/bin/miniterm.py
executable:     /usr/bin/miniterm.py
kernel:         3.17.7-300.fc21.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
miniterm.py:11:<module>:ImportError: No module named 'serial'

Traceback (most recent call last):
  File "/usr/bin/miniterm.py", line 11, in <module>
    import sys, os, serial, threading, atexit
ImportError: No module named 'serial'

Local variables in innermost frame:
__doc__: None
__spec__: None
__name__: '__main__'
__loader__: <_frozen_importlib.SourceFileLoader object at 0x7f6c8a1dc0b8>
sys: <module 'sys' (built-in)>
__file__: '/usr/bin/miniterm.py'
__cached__: None
__builtins__: <module 'builtins' (built-in)>
__package__: None
os: <module 'os' from '/usr/lib64/python3.4/os.py'>

Potential duplicate: bug 1171407

Comment 1 John Duchek 2015-01-09 16:05:47 UTC
Created attachment 978257 [details]
File: backtrace

Comment 2 John Duchek 2015-01-09 16:05:48 UTC
Created attachment 978258 [details]
File: environ

Comment 3 Fedora End Of Life 2015-11-04 14:18:41 UTC
This message is a reminder that Fedora 21 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 21. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '21'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 21 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 4 Toshio Ernie Kuratomi 2015-11-10 14:26:52 UTC
just doing some triage: This is being worked on in bug #1187837.

*** This bug has been marked as a duplicate of bug 1187837 ***