Bug 667724
| Summary: | [abrt] ldtp-2.0.6-3.fc14: __init__.py:43:main:ImportError: No module named web | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Kastner <jkastner> | ||||
| Component: | ldtp | Assignee: | Gwyn Ciesla <gwync> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 14 | CC: | gwync, maxamillion | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:5a22c8d6 | ||||||
| Fixed In Version: | ldtp-2.3.0-1.fc17 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-02-28 09:54:29 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: |
|
||||||
Created attachment 472086 [details]
File: backtrace
please add to spec appropriate requires. ldtp-2.2.0-1.20120213gitbd10ba6.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/ldtp-2.2.0-1.20120213gitbd10ba6.fc16 ldtp-2.2.0-1.20120213gitbd10ba6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/ldtp-2.2.0-1.20120213gitbd10ba6.fc15 Package ldtp-2.2.0-1.20120213gitbd10ba6.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ldtp-2.2.0-1.20120213gitbd10ba6.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-1618/ldtp-2.2.0-1.20120213gitbd10ba6.fc16 then log in and leave karma (feedback). ldtp-2.3.0-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/ldtp-2.3.0-1.fc16 ldtp-2.3.0-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/ldtp-2.3.0-1.fc15 ldtp-2.3.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/ldtp-2.3.0-1.fc17 ldtp-2.3.0-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. ldtp-2.3.0-1.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. ldtp-2.3.0-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.14 architecture: x86_64 cmdline: /usr/bin/python /usr/bin/ldtp comment: after installation i executed ldtp, which ended with traceback. resolved with installation of python-twisted-web. component: ldtp executable: /usr/bin/ldtp kernel: 2.6.35.10-74.fc14.x86_64 package: ldtp-2.0.6-3.fc14 reason: __init__.py:43:main:ImportError: No module named web release: Fedora release 14 (Laughlin) time: 1294328895 uid: 500 backtrace ----- __init__.py:43:main:ImportError: No module named web Traceback (most recent call last): File "/usr/bin/ldtp", line 25, in <module> ldtpd.main() File "/usr/lib/python2.7/site-packages/ldtpd/__init__.py", line 43, in main from twisted.web import server, xmlrpc ImportError: No module named web Local variables in innermost frame: glib2reactor: <module 'twisted.internet.glib2reactor' from '/usr/lib64/python2.7/site-packages/twisted/internet/glib2reactor.pyc'> os: <module 'os' from '/usr/lib64/python2.7/os.pyc'> reactor: <twisted.internet.glib2reactor.Glib2Reactor object at 0x1b0a310> parentpid: None port: 4118 How to reproduce ----- 1. 'yum install ldtp' 2. 'ldtp' 3. check results