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.
Created attachment 388168 [details] File: backtrace
Moved to upstream bugtracker http://pdfposter.origo.ethz.ch/node/38
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
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
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
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
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.
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.
I got this error with pdfposter-0.5.0-5.fc13 Worked after i installed python-setuptool. The package should depend on this.