Bug 1316227 - module not found
Summary: module not found
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: sectool
Version: 23
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-09 17:44 UTC by Didier Fabert (tartare)
Modified: 2016-06-13 14:16 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-06-13 14:16:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Didier Fabert (tartare) 2016-03-09 17:44:56 UTC
Description of problem:
sectool crash

Version-Release number of selected component (if applicable):
0.9.5-16.fc23

How reproducible:
always


Steps to Reproduce:
1. just install sectool 
2.
3.

Actual results:
Traceback (most recent call last):
  File "/usr/sbin/sectool", line 48, in <module>
    import import_marker
ImportError: No module named import_marker

Expected results:
running application

Additional info:

Comment 1 Didier Fabert (tartare) 2016-03-10 11:04:15 UTC
After installing pygobject2 package, direct import of module slip.dbus.service works and sectool run as expected.

here is the portion of code

try:
    # try to import the module installed in the system
    import slip.dbus.service
except ImportError:
    # try to find the module in the unpacked source tree
    import sys
    import os.path
    import import_marker

import_maker module cannot be found but who's care now ....

So can I suggest to manually add pygobject2 to dependency in spec file

thanks

Comment 2 Fedora Admin XMLRPC Client 2016-06-13 12:51:34 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Fedora Admin XMLRPC Client 2016-06-13 14:13:04 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 4 Daniel Kopeček 2016-06-13 14:16:05 UTC
The sectool project is no longer developed nor maintained upstream. As a replacement, try the OpenSCAP project (https://www.open-scap.org) and its sectool SCL content (openscap-content-sectool package).


Note You need to log in before you can comment on or make changes to this bug.