Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] pysol problems
Date: Wed, 27 Sep 2006 02:50:02
Message-Id: 5bdc1c8b0609261944i39c48e30lbcd7e64cde37e273@mail.gmail.com
1 Hi,
2 My wife's machine started having troubles running pysol. After a
3 very quick browse of the Bugzilla system I didn't locate anything
4 specifically for this error:
5
6 mark@dragonfly ~ $ pysol
7 Traceback (most recent call last):
8 File "/usr/games/lib/pysol/pysol.py", line 121, in ?
9 sys.exit(main(sys.argv))
10 File "/usr/games/lib/pysol/main.py", line 424, in main
11 r = pysol_main(args)
12 File "/usr/games/lib/pysol/main.py", line 367, in pysol_main
13 r = pysol_init(app, args)
14 File "/usr/games/lib/pysol/main.py", line 121, in pysol_init
15 top = MfxRoot(className=PACKAGE)
16 File "/usr/games/lib/pysol/tk/tkwrap.py", line 75, in __init__
17 apply(Tkinter.Tk.__init__, (self,), kw)
18 File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1569, in __init__
19 self.tk = _tkinter.create(screenName, baseName, className,
20 interactive, want objects, useTk, sync, use)
21 __main__.TclError: this isn't a Tk applicationunknown color name "Black"
22 mark@dragonfly ~ $
23
24 I tried re-emerging pysol, as well as tk & gtk+. I also deleted
25 directory specific .pysol stuff to let it start over but nothing so
26 far has fixed it.
27
28 dragonfly ~ # emerge -pv pysol tk gtk+ python
29
30 These are the packages that would be merged, in order:
31
32 Calculating dependencies... done!
33 [ebuild R ] games-board/pysol-4.82-r1 0 kB
34 [ebuild R ] dev-lang/tk-8.4.9 USE="threads" 0 kB
35 [ebuild R ] x11-libs/gtk+-2.8.19 USE="X jpeg -debug -doc -tiff
36 -xinerama" 0 kB
37 [ebuild R ] dev-lang/python-2.4.3-r1 USE="berkdb gdbm ipv6
38 ncurses readline ssl tk -bootstrap -build -doc -nocxx -ucs2" 8 kB
39
40 Total size of downloads: 8 kB
41 dragonfly ~ #
42
43 All ideas appreciated.
44
45 Thanks,
46 Mark
47 --
48 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] pysol problems "Bo Ørsted Andresen" <bo.andresen@××××.dk>