Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Does skencil work for anybody else?
Date: Fri, 12 Mar 2010 18:39:31
Message-Id: hne1m1$h85$1@dough.gmane.org
1 I just emerged skencil, but it doesn't run:
2
3 shared memory images supported
4 Could not load font '-misc-fixed-medium-*-*-*-11-*-*-*-*-*-iso8859-1' for ruler. using defaults.
5 Traceback (most recent call last):
6 File "/usr/bin/skencil", line 34, in <module>
7 Sketch.main.main()
8 File "/usr/lib/skencil-0.6.17/Sketch/Base/main.py", line 148, in main
9 run_script = options.run_script)
10 File "/usr/lib/skencil-0.6.17/Sketch/UI/skapp.py", line 183, in __init__
11 self.build_window()
12 File "/usr/lib/skencil-0.6.17/Sketch/UI/skapp.py", line 223, in build_window
13 self.run_script)
14 File "/usr/lib/skencil-0.6.17/Sketch/UI/mainwindow.py", line 97, in __init__
15 self.build_window()
16 File "/usr/lib/skencil-0.6.17/Sketch/UI/mainwindow.py", line 592, in build_window
17 hrule = ruler.Ruler(root, orient = ruler.HORIZONTAL)
18 File "/usr/lib/skencil-0.6.17/Sketch/UI/ruler.py", line 68, in __init__
19 font = self.tkwin.LoadQueryFont('fixed')
20 AttributeError: Ruler instance has no attribute 'tkwin'
21
22
23 AFAICT, this is an upstream bug that has been around for almost two
24 years.
25
26 Does skencil work for anybody else?
27
28 --
29 Grant Edwards grant.b.edwards Yow! Hello. Just walk
30 at along and try NOT to think
31 gmail.com about your INTESTINES being
32 almost FORTY YARDS LONG!!

Replies

Subject Author
Re: [gentoo-user] Does skencil work for anybody else? Keith Dart <keith@×××××××××.biz>