| Summary: | module not found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Didier Fabert (tartare) <didier.fabert> |
| Component: | sectool | Assignee: | Orphan Owner <extras-orphan> |
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | dkopecek, jhrozek, pvrabec, xbarry |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-13 14:16:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
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
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. 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). |
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: