Gentoo Archives: gentoo-dev

From: Viktor Lakics <viktor@××××××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] Boa-constrictor does not start
Date: Sun, 22 Dec 2002 21:42:06
Message-Id: 20021222193300.GA7853@lakics.homelinux.net
1 Dear devs,
2
3 Could anyone help me with this error? After a succesful emerge,
4 boa-constructor refuses to even start. It complains about an invalid
5 argument (flags)...
6
7 Does anyone run this beast outthere?
8
9 The error message is included...
10
11 Thanks in advance. -- Viktor
12
13
14
15
16
17 Starting Boa Constructor v0.1.0-alpha
18 importing wxPython
19
20 Gdk-WARNING **: locale not supported by Xlib, locale set to C
21
22 Gtk-WARNING **: Unable to locate image file in pixmap_path:
23 "extension_active_right.png" line 210
24
25 Gtk-WARNING **: Unable to locate image file in pixmap_path:
26 "extension_active_left.png" line 221
27
28 Gtk-WARNING **: Unable to locate image file in pixmap_path:
29 "extension_right.png" line 251
30
31 Gtk-WARNING **: Unable to locate image file in pixmap_path:
32 "extension_left.png" line 261
33
34 Gtk-WARNING **: Unable to locate image file in pixmap_path:
35 "menu_background.png" line 354
36
37 Gtk-WARNING **: Unable to locate image file in pixmap_path:
38 "window_background.png" line 474
39
40 Gtk-WARNING **: Unable to locate image file in pixmap_path:
41 "background.png" line 641
42 setting user preferences
43 running main...
44 Traceback (most recent call last):
45 File "./Boa.py", line 495, in ?
46 main()
47 File "./Boa.py", line 475, in main
48 app = BoaApp()
49 File "./Boa.py", line 310, in __init__
50 wxApp.__init__(self, false)
51 File
52 "/usr/lib/python2.2/site-packages/wxPython/wx.py",
53 line 1705, in __init__
54 _wxStart(self.OnInit)
55 File "./Boa.py", line 321, in OnInit
56 abt = About.createSplash(None, modTot,
57 fileTot)
58 File "About.py", line 132, in
59 createSplash
60 return AboutBoxSplash(parent,
61 modTot, fileTot)
62 File "About.py", line 151, in
63 __init__
64 self.html =
65 Utils.wxUrlClickHtmlWindow(self.blackback,
66 -1, flags=wxCLIP_CHILDREN)
67 File
68 "/usr/lib/python2.2/site-packages/wxPython/html.py",
69 line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs)
70 TypeError: 'flags' is an invalid keyword argument for
71 this function Exception exceptions.TypeError: "'NoneType' object
72 is not callable" in
73 ignored
74
75
76 --
77 _______________________________________
78 Viktor Lakics
79 email: viktor@××××××.net
80
81 --
82 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Boa-constrictor does not start Viktor Lakics <viktor@××××××.net>