Bug 79280

Summary: port graphics/skencil does not start
Product: Ports & Packages Reporter: Marian Cerny <jojo>
Component: Individual Port(s)Assignee: Sam Lawrance <lawrance>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Marian Cerny 2005-03-27 17:00:14 UTC
Port graphics/skencil does not start. Some problem with newer version of python...

When executed writes this:

#skencil

(Traceback (most recent call last):
   File "/usr/local/share/skencil/skencil.py", line 34, in ?
     Sketch.main.main()
   File "/usr/local/share/skencil/Sketch/Base/main.py", line 148, in main
     run_script = options.run_script)
   File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 181, in __init__
     geometry = geometry)
   File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 100, in __init__
     self.init_tk(screen_name, geometry)
   File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 210, in init_tk
     geometry = geometry)
   File "/usr/local/share/skencil/Sketch/UI/skapp.py", line 105, in init_tk
     className = self.tk_class_name)
   File "/usr/local/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)

Fix: 

Patch is available here http://savannah.nongnu.org/bugs/download.php?item_id=10345&item_file_id=1706
(bug: http://savannah.nongnu.org/bugs/?func=detailitem&item_id=10345)

How to apply the patch is here: http://www.bsdforen.de/showthread.php?t=9094
How-To-Repeat: Try to install actual version of skencil with actual version of python. Then run it.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-03-27 17:23:55 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

This is a ports PR.
Comment 2 Sam Lawrance freebsd_committer freebsd_triage 2005-04-17 17:31:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lawrance

Grab
Comment 3 Sam Lawrance freebsd_committer freebsd_triage 2005-04-18 09:19:18 UTC
State Changed
From-To: open->closed

Committed, thanks!