Bug 568856

Summary: [abrt] crash in python-mwlib-0.11.2-3.20090522hg2956.fc12: pkg_resources.py:524:resolve:DistributionNotFound: twisted>=8.2
Product: [Fedora] Fedora Reporter: Onalenna Junior Makhura <omakhura>
Component: python-mwlibAssignee: Ian Weller <ian>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: ian, stickster
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:be05a0c3
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-02-28 15:38:57 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

Description Onalenna Junior Makhura 2010-02-26 18:39:03 UTC
abrt 1.0.7 detected a crash.

architecture: i686
cmdline: /usr/bin/python /usr/bin/mw-render
component: python-mwlib
executable: /usr/bin/mw-render
kernel: 2.6.31.12-174.2.22.fc12.i686
package: python-mwlib-0.11.2-3.20090522hg2956.fc12
reason: pkg_resources.py:524:resolve:DistributionNotFound: twisted>=8.2
release: Fedora release 12 (Constantine)

backtrace
-----
pkg_resources.py:524:resolve:DistributionNotFound: twisted>=8.2

Traceback (most recent call last):
  File "/usr/bin/mw-render", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2562, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 626, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 524, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
DistributionNotFound: twisted>=8.2

Local variables in innermost frame:
dist: None
to_activate: [mwlib 0.11.3.dev (/usr/lib/python2.6/site-packages)]
req: Requirement.parse('twisted>=8.2')
requirements: [Requirement.parse('python-dateutil>=1.4.1'), Requirement.parse('flup>=1.0'), Requirement.parse('odfpy==0.9'), Requirement.parse('pyparsing>=1.4.11')]
processed: {Requirement.parse('mwlib==0.11.3.dev'): True}
env: <pkg_resources.Environment object at 0xb7514a2c>
installer: None
self: <pkg_resources.WorkingSet object at 0xb750dfec>
best: {'twisted': None}

How to reproduce
-----
1.run mw-render on the command line
2.
3.

Comment 1 Onalenna Junior Makhura 2010-02-26 18:39:05 UTC
Created attachment 396618 [details]
File: backtrace

Comment 2 Paul W. Frields 2010-02-28 15:38:57 UTC

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