Bug 560844

Summary: [abrt] crash in pdfposter-0.5.0-3.fc12
Product: [Fedora] Fedora Reporter: Leonard J. Umina <lenumina>
Component: pdfposterAssignee: Fabian Affolter <mail>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: mail, oyvind.l.nygard
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:fddda86c
Fixed In Version: pdfposter-0.5.0-4.fc12 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-09 03:14:22 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 Leonard J. Umina 2010-02-02 00:52:02 UTC
abrt 1.0.4 detected a crash.

architecture: i686
cmdline: /usr/bin/python /usr/bin/pdfposter
comment: program is simply broken
component: pdfposter
executable: /usr/bin/pdfposter
kernel: 2.6.31.12-174.2.3.fc12.i686.PAE
package: pdfposter-0.5.0-3.fc12
release: Fedora release 12 (Constantine)

backtrace
-----
Summary: TBfddda86c pdfposter:5:<module>:ImportError: No module named pkg_resources

Traceback (most recent call last):
  File "/usr/bin/pdfposter", line 5, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources

Local variables in innermost frame:
__builtins__: <module '__builtin__' (built-in)>
__file__: '/usr/bin/pdfposter'
__package__: None
sys: <module 'sys' (built-in)>
__requires__: 'pdftools.pdfposter==0.5.0'
__name__: '__main__'
__doc__: None

How to reproduce
-----
1. simply run pdfposter -h
2.
3.

Comment 1 Leonard J. Umina 2010-02-02 00:52:04 UTC
Created attachment 388168 [details]
File: backtrace

Comment 2 Fabian Affolter 2010-02-09 09:57:55 UTC
Moved to upstream bugtracker http://pdfposter.origo.ethz.ch/node/38

Comment 3 Fedora Update System 2010-02-20 14:01:13 UTC
pdfposter-0.5.0-4.fc12 has been submitted as an update for Fedora 12.
http://admin.fedoraproject.org/updates/pdfposter-0.5.0-4.fc12

Comment 4 Fedora Update System 2010-02-20 14:01:18 UTC
pdfposter-0.5.0-4.fc13 has been submitted as an update for Fedora 13.
http://admin.fedoraproject.org/updates/pdfposter-0.5.0-4.fc13

Comment 5 Fedora Update System 2010-02-20 17:31:06 UTC
pdfposter-0.5.0-4.fc13 has been pushed to the Fedora 13 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update pdfposter'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F13/FEDORA-2010-1905

Comment 6 Fedora Update System 2010-02-20 22:51:08 UTC
pdfposter-0.5.0-4.fc12 has been pushed to the Fedora 12 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update pdfposter'.  You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1741

Comment 7 Fedora Update System 2010-03-09 03:14:17 UTC
pdfposter-0.5.0-4.fc13 has been pushed to the Fedora 13 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 8 Fedora Update System 2010-03-09 03:17:21 UTC
pdfposter-0.5.0-4.fc12 has been pushed to the Fedora 12 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Øyvind L Nygård 2011-03-02 12:39:39 UTC
I got this error with pdfposter-0.5.0-5.fc13
Worked after i installed python-setuptool.
The package should depend on this.