Bug 653887
| Summary: | [abrt] eric-4.4.8-1.fc13: eric4-trpreviewer.py:74:main:NameError: global name 'KQApplication' is not defined | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Prinse Wang <prinseer> | ||||
| Component: | eric | Assignee: | Rex Dieter <rdieter> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | dennis, mothlight, rdieter | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:733b2ab0 | ||||||
| Fixed In Version: | eric-4.4.13-1.fc13 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-05-17 01:00:04 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: |
|
||||||
Created attachment 460813 [details]
File: backtrace
Package: eric-4.4.8-1.fc14 Architecture: i686 OS Release: Fedora release 14 (Laughlin) How to reproduce ----- 1. Settings | Show external tools 2. 3. can't reproduce this one. :( eric-4.4.13-1.fc13 has been submitted as an update for Fedora 13. https://admin.fedoraproject.org/updates/eric-4.4.13-1.fc13 Package eric-4.4.13-1.fc13: * should fix your issue, * was pushed to the Fedora 13 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing eric-4.4.13-1.fc13' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/eric-4.4.13-1.fc13 then log in and leave karma (feedback). eric-4.4.13-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 1.1.13 architecture: x86_64 cmdline: /usr/bin/python /usr/lib/python2.6/site-packages/eric4/eric4-trpreviewer.py --version component: eric executable: /usr/lib/python2.6/site-packages/eric4/eric4-trpreviewer.py kernel: 2.6.34.7-61.fc13.x86_64 package: eric-4.4.8-1.fc13 reason: eric4-trpreviewer.py:74:main:NameError: global name 'KQApplication' is not defined release: Fedora release 13 (Goddard) time: 1289907220 uid: 500 backtrace ----- eric4-trpreviewer.py:74:main:NameError: global name 'KQApplication' is not defined Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/eric4/eric4-trpreviewer.py", line 93, in <module> main() File "/usr/lib/python2.6/site-packages/eric4/eric4-trpreviewer.py", line 74, in main app = KQApplication(sys.argv, kqOptions) NameError: global name 'KQApplication' is not defined Local variables in innermost frame: appinfo: {'bin': '/usr/lib/python2.6/site-packages/eric4/eric4-trpreviewer.py', 'description': 'TR file previewer', 'version': '4.4.8 (r3828)', 'arg': 'file', 'options': [('--config=configDir', 'use the given directory as the one containing the config files'), ('--nokde', "don't use KDE widgets")], 'name': 'Eric4 TR Previewer'} kqOptions: [('config \\', 'use the given directory as the one containing the config files'), ('nokde', "don't use KDE widgets"), ('!+file', '')] options: [('--config=configDir', 'use the given directory as the one containing the config files'), ('--nokde', "don't use KDE widgets")]