Bug 1096739
| Summary: | [abrt] turpial: main.py:66:__init__:TypeError: __init__() got an unexpected keyword argument 'debug' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Schwindt <peter.schwindt> | ||||||
| Component: | turpial | Assignee: | Edwind Richzendy Contreras Soto <richzendy> | ||||||
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | peter.schwindt, richzendy | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f56e51d5771e3f8dc78b7599e2da11984dc0fae5 | ||||||||
| Whiteboard: | abrt_hash:21a6add91f47a7bb7d7820a5fff4c30bec06376c | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-05-13 06:55: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 894648 [details]
File: backtrace
Created attachment 894649 [details]
File: environ
We have a new version of python-libturpial since yesterday in to mirrors, you can try update python-libturpial to 1.7.0-1 and try again? yum update didn't help, got the same error again. After a reboot, this seems fixed now as turpial starts flawlessly. |
Version-Release number of selected component: turpial-3.0-3.fc19 Additional info: reporter: libreport-2.2.1 cmdline: /usr/bin/python2 /usr/bin/turpial executable: /usr/bin/turpial kernel: 3.13.11-100.fc19.x86_64 runlevel: N 5 type: Python uid: 1031 Truncated backtrace: main.py:66:__init__:TypeError: __init__() got an unexpected keyword argument 'debug' Traceback (most recent call last): File "/usr/bin/turpial", line 9, in <module> load_entry_point('turpial==3.0', 'console_scripts', 'turpial')() File "/usr/lib/python2.7/site-packages/turpial/main.py", line 106, in main t = Turpial() File "/usr/lib/python2.7/site-packages/turpial/main.py", line 66, in __init__ self.ui = util.INTERFACES[options.interface](debug=options.debug) TypeError: __init__() got an unexpected keyword argument 'debug' Local variables in innermost frame: self: <turpial.main.Turpial instance at 0x7f08b9885878> args: [] parser: <turpial.main.OptParser instance at 0x7f08b9885488> options: <Values at 0x140b3f8: {'debug': False, 'interface': 'cmd', 'mac': False, 'version': False, 'clean': False}>