Bug 1103097
| Summary: | python-praw is broken: update_checker is not in fedora | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elad Alfassa <elad> |
| Component: | python-praw | Assignee: | Fabian Affolter <mail> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-praw-2.1.17-1.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-08 08:36:59 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: | |
| Embargoed: | |||
python-praw-2.1.17-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-praw-2.1.17-1.fc20 Package python-praw-2.1.17-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-praw-2.1.17-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-8361/python-praw-2.1.17-1.fc20 then log in and leave karma (feedback). python-praw-2.1.17-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Python 2.7.6 (default, May 9 2014, 12:21:33) [GCC 4.9.0 20140506 (Red Hat 4.9.0-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import praw Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/praw/__init__.py", line 43, in <module> from update_checker import update_check ImportError: No module named update_checker update_checker is not in Fedora for good reasons. You'd need to patch out any call to it. That's why I didn't want to maintain this package :)