Bug 842401
| Summary: | python-application doesn't works with python 2.6 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Pavel Zalunin <wr4bbit> |
| Component: | python-application | Assignee: | Peter Lemenkov <lemenkov> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | el6 | CC: | lemenkov, michel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-09-17 17:25:27 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-application-1.4.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/python-application-1.4.0-1.fc17 python-application-1.4.0-1.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/python-application-1.4.0-1.fc16 python-application-1.4.0-1.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/python-application-1.4.0-1.el6 python-application-1.4.0-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/python-application-1.4.0-1.fc18 Package python-application-1.4.0-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-application-1.4.0-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-13211/python-application-1.4.0-1.fc18 then log in and leave karma (feedback). python-application-1.4.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. python-application-1.4.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. Just checked on epel repo (package python-application.noarch 0:1.4.0-1.el6) problem is solved. Thanks! python-application-1.4.0-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. python-application-1.4.0-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: python-application version 1.3.1 don't works with python 2.6, that installed by default. And python-application is installed in 2.6's site-packages. How reproducible: Steps to Reproduce: 1.yum install python-application 2.python Python 2.6.8 (unknown, May 18 2012, 19:33:38) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import application.process Actual results: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.6/site-packages/application/process.py", line 24, in <module> class Process(object): File "/usr/lib/python2.6/site-packages/application/python/types.py", line 23, in __init__ @preserve_signature(initializer) File "/usr/lib/python2.6/site-packages/application/python/decorator.py", line 21, in preserve_signature class ValueFormatter(count): TypeError: Error when calling the metaclass bases Error when calling the metaclass bases type 'itertools.count' is not an acceptable base type Expected results: Should import Additional info: It seems to issue with python-application of this version, with 1.3.2 installed manually there are no problems.