When I install the sketch package from the suse9.0 distribution and try
to run, the following error messages appear:
Traceback (most recent call last):
File "/usr/bin/sketch", line 34, in ?
Sketch.main.main()
File "/usr/lib/sketch-0.6.15/Sketch/Base/main.py", line 148, in main
run_script = options.run_script)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 181, in __init__
geometry = geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 100, in __init__
self.init_tk(screen_name, geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 210, in init_tk
geometry = geometry)
File "/usr/lib/sketch-0.6.15/Sketch/UI/skapp.py", line 105, in init_tk
className = self.tk_class_name)
File "/usr/lib/python2.3/lib-tk/Tkinter.py", line 1565, in __init__
self.tk.wantobjects(wantobjects)
AttributeError: wantobjects
Contacting suse did not solve anything.
After deleting the package, I downloaded from the official sketch site the suse-rpm
http://sketch.sourceforge.net/download.html the installation:
http://prdownloads.sourceforge.net/s....12-1.i386.rpm and tried to install (as root):
rpm -i sketch-0.6.15-1.src.rpm
warning: user tykeal does not exist - using root
warning: group tykeal does not exist - using root
warning: user tykeal does not exist - using root
warning: group tykeal does not exist - using root
Can anyone help me?
Niels