Bug 158408

Summary: skencil crashes on start
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: skencilAssignee: GĂ©rard Milmeister <gemi>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-05-28 22:03:50 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:
Bug Depends On: 156245    
Bug Blocks: 157183    

Description Horst H. von Brand 2005-05-22 00:25:30 UTC
Description of problem:
Starting skencil gives just a Python traceback

Version-Release number of selected component (if applicable):
skencil-0.6.16-2

How reproducible:
Always

Steps to Reproduce:
1. Start skencil
2.
3.
  
Actual results:
Crash. Backtrace is:
Traceback (most recent call last):
  File "/usr/bin/skencil", line 34, in ?
    Sketch.main.main()
  File "/usr/lib/skencil-0.6.16/Sketch/Base/main.py", line 148, in main
    run_script = options.run_script)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 181, in __init__
    geometry = geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 100, in __init__
    self.init_tk(screen_name, geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 210, in init_tk
    geometry = geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 105, in init_tk
    className = self.tk_class_name)
  File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive,
wantobjects, useTk, sync, use)
TypeError: function takes at most 4 arguments (8 given)


Expected results:
Anything else...

Additional info:

Comment 1 Horst H. von Brand 2005-05-22 00:27:54 UTC
If it helps:

tkinter-2.4.1-2
python-2.4.1-2

Comment 2 Jeremy Katz 2005-05-26 19:08:13 UTC
Added patch from upstream to fix with python 2.4

Comment 3 Horst H. von Brand 2005-05-26 21:36:18 UTC
Nope. Same crash:

[vonbrand@laptop11 ~]$ skencil
Traceback (most recent call last):
  File "/usr/bin/skencil", line 34, in ?
    Sketch.main.main()
  File "/usr/lib/skencil-0.6.16/Sketch/Base/main.py", line 148, in main
    run_script = options.run_script)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 181, in __init__
    geometry = geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 100, in __init__
    self.init_tk(screen_name, geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 210, in init_tk
    geometry = geometry)
  File "/usr/lib/skencil-0.6.16/Sketch/UI/skapp.py", line 105, in init_tk
    className = self.tk_class_name)
  File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__
    self.tk = _tkinter.create(screenName, baseName, className, interactive,
wantobjects, useTk, sync, use)
TypeError: function takes at most 4 arguments (8 given)

Comment 4 Horst H. von Brand 2005-05-28 22:03:50 UTC
Strangely, it now does work. Perhaps a reboot was needed?

skencil-0.6.16-6
python-imaging-1.1.4-9
tkinter-2.4.1-2