Bug 1096739 - [abrt] turpial: main.py:66:__init__:TypeError: __init__() got an unexpected keyword argument 'debug'
Summary: [abrt] turpial: main.py:66:__init__:TypeError: __init__() got an unexpected k...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: turpial
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Edwind Richzendy Contreras Soto
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:21a6add91f47a7bb7d7820a5fff...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-12 11:14 UTC by Peter Schwindt
Modified: 2014-05-13 06:55 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-13 06:55:04 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (826 bytes, text/plain)
2014-05-12 11:14 UTC, Peter Schwindt
no flags Details
File: environ (1.45 KB, text/plain)
2014-05-12 11:14 UTC, Peter Schwindt
no flags Details

Description Peter Schwindt 2014-05-12 11:14:32 UTC
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}>

Comment 1 Peter Schwindt 2014-05-12 11:14:37 UTC
Created attachment 894648 [details]
File: backtrace

Comment 2 Peter Schwindt 2014-05-12 11:14:39 UTC
Created attachment 894649 [details]
File: environ

Comment 3 Edwind Richzendy Contreras Soto 2014-05-12 12:08:46 UTC
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?

Comment 4 Peter Schwindt 2014-05-12 14:16:13 UTC
yum update didn't help, got the same error again.

Comment 5 Peter Schwindt 2014-05-13 06:55:04 UTC
After a reboot, this seems fixed now as turpial starts flawlessly.


Note You need to log in before you can comment on or make changes to this bug.