Gentoo Archives: gentoo-dev

From: Viktor Lakics <viktor@××××××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Boa-constrictor does not start
Date: Mon, 23 Dec 2002 23:13:33
Message-Id: 20021223231004.GA11599@lakics.homelinux.net
In Reply to: [gentoo-dev] Boa-constrictor does not start by Viktor Lakics
1 I committed a bug in bugzilla for this.
2
3 http://bugs.gentoo.org/show_bug.cgi?id=12640
4
5 This problem happens with wxPython 2.3.3.1-r2. I found
6 out that with this version of wxPython, Boa does not run. After downloading
7 the current CVS, boa runs fine (I can confirm this). On the webpage there is a
8 warning about the "correct" version of wxpython as follows:
9
10 " Before this can work, you'll need to have successfully installed
11 wxPython 2.3.2. Please get the CVS version of Boa if you need to use
12 wxPython 2.3.3."
13
14 Possible solution: Maybe pin wxpython 2.3.2 as a dep.
15 Unfortunately there is no ebuild for it in portage. Until fix, maybe it should be
16 masked...
17
18 -- Viktor
19
20 On Sun, Dec 22, 2002 at 07:33:00PM +0000, Viktor Lakics wrote:
21 > Dear devs,
22 >
23 > Could anyone help me with this error? After a succesful emerge,
24 > boa-constructor refuses to even start. It complains about an invalid
25 > argument (flags)...
26 >
27 > Does anyone run this beast outthere?
28 >
29 > The error message is included...
30 >
31 > Thanks in advance. -- Viktor
32 >
33 >
34 >
35 >
36 >
37 > Starting Boa Constructor v0.1.0-alpha
38 > importing wxPython
39 >
40 > Gdk-WARNING **: locale not supported by Xlib, locale set to C
41 >
42 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
43 > "extension_active_right.png" line 210
44 >
45 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
46 > "extension_active_left.png" line 221
47 >
48 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
49 > "extension_right.png" line 251
50 >
51 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
52 > "extension_left.png" line 261
53 >
54 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
55 > "menu_background.png" line 354
56 >
57 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
58 > "window_background.png" line 474
59 >
60 > Gtk-WARNING **: Unable to locate image file in pixmap_path:
61 > "background.png" line 641
62 > setting user preferences
63 > running main...
64 > Traceback (most recent call last):
65 > File "./Boa.py", line 495, in ?
66 > main()
67 > File "./Boa.py", line 475, in main
68 > app = BoaApp()
69 > File "./Boa.py", line 310, in __init__
70 > wxApp.__init__(self, false)
71 > File
72 > "/usr/lib/python2.2/site-packages/wxPython/wx.py",
73 > line 1705, in __init__
74 > _wxStart(self.OnInit)
75 > File "./Boa.py", line 321, in OnInit
76 > abt = About.createSplash(None, modTot,
77 > fileTot)
78 > File "About.py", line 132, in
79 > createSplash
80 > return AboutBoxSplash(parent,
81 > modTot, fileTot)
82 > File "About.py", line 151, in
83 > __init__
84 > self.html =
85 > Utils.wxUrlClickHtmlWindow(self.blackback,
86 > -1, flags=wxCLIP_CHILDREN)
87 > File
88 > "/usr/lib/python2.2/site-packages/wxPython/html.py",
89 > line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs)
90 > TypeError: 'flags' is an invalid keyword argument for
91 > this function Exception exceptions.TypeError: "'NoneType' object
92 > is not callable" in
93 > ignored
94 >
95 >
96 > --
97 > _______________________________________
98 > Viktor Lakics
99 > email: viktor@××××××.net
100 >
101 > --
102 > gentoo-dev@g.o mailing list
103 >
104
105 --
106 _______________________________________
107 Viktor Lakics
108 email: viktor@××××××.net
109
110 --
111 gentoo-dev@g.o mailing list