public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Boa-constrictor does not start
@ 2002-12-22 19:33 Viktor Lakics
  2002-12-23 23:10 ` Viktor Lakics
  0 siblings, 1 reply; 2+ messages in thread
From: Viktor Lakics @ 2002-12-22 19:33 UTC (permalink / raw
  To: gentoo-dev

Dear devs,

Could anyone help me with this error? After a succesful emerge,
boa-constructor refuses to even start. It complains about an invalid
argument (flags)...

Does anyone run this beast outthere?

The error message is included...

Thanks in advance. -- Viktor 





Starting Boa Constructor v0.1.0-alpha
importing wxPython

Gdk-WARNING **: locale not supported by Xlib, locale set to C

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"extension_active_right.png" line 210

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"extension_active_left.png" line 221

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"extension_right.png" line 251

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"extension_left.png" line 261

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"menu_background.png" line 354

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"window_background.png" line 474

Gtk-WARNING **: Unable to locate image file in pixmap_path:
"background.png" line 641
setting user preferences
running main...
Traceback (most recent call last):
  File "./Boa.py", line 495, in ?
      main()
    File "./Boa.py", line 475, in main
    app = BoaApp()
  File "./Boa.py", line 310, in __init__
      wxApp.__init__(self, false)
    File
"/usr/lib/python2.2/site-packages/wxPython/wx.py",
line 1705, in __init__
    _wxStart(self.OnInit)
  File "./Boa.py", line 321, in OnInit
      abt = About.createSplash(None, modTot,
  fileTot)
    File "About.py", line 132, in
createSplash
    return AboutBoxSplash(parent,
modTot, fileTot)
  File "About.py", line 151, in
  __init__
      self.html =
  Utils.wxUrlClickHtmlWindow(self.blackback,
  -1, flags=wxCLIP_CHILDREN)
    File
"/usr/lib/python2.2/site-packages/wxPython/html.py",
line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs)
TypeError: 'flags' is an invalid keyword argument for
this function Exception exceptions.TypeError: "'NoneType' object
is not callable" in
ignored


-- 
_______________________________________
Viktor Lakics
email: viktor@lakics.net

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] Boa-constrictor does not start
  2002-12-22 19:33 [gentoo-dev] Boa-constrictor does not start Viktor Lakics
@ 2002-12-23 23:10 ` Viktor Lakics
  0 siblings, 0 replies; 2+ messages in thread
From: Viktor Lakics @ 2002-12-23 23:10 UTC (permalink / raw
  To: gentoo-dev

I committed a bug in bugzilla for this.

http://bugs.gentoo.org/show_bug.cgi?id=12640

This problem happens  with  wxPython 2.3.3.1-r2.  I found
out that with this version of wxPython, Boa does not run. After downloading
the current CVS, boa runs fine (I can confirm this). On the webpage there is a
warning about the "correct" version of wxpython as follows:  
 
  " Before this can work, you'll need to have successfully installed
  wxPython  2.3.2. Please get the CVS version of Boa if you need to use
  wxPython 2.3.3."  
   
   Possible solution: Maybe pin wxpython 2.3.2 as a dep.
   Unfortunately there is no ebuild for it in portage. Until fix, maybe it should be
   masked...

-- Viktor 

On Sun, Dec 22, 2002 at 07:33:00PM +0000, Viktor Lakics wrote:
> Dear devs,
> 
> Could anyone help me with this error? After a succesful emerge,
> boa-constructor refuses to even start. It complains about an invalid
> argument (flags)...
> 
> Does anyone run this beast outthere?
> 
> The error message is included...
> 
> Thanks in advance. -- Viktor 
> 
> 
> 
> 
> 
> Starting Boa Constructor v0.1.0-alpha
> importing wxPython
> 
> Gdk-WARNING **: locale not supported by Xlib, locale set to C
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "extension_active_right.png" line 210
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "extension_active_left.png" line 221
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "extension_right.png" line 251
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "extension_left.png" line 261
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "menu_background.png" line 354
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "window_background.png" line 474
> 
> Gtk-WARNING **: Unable to locate image file in pixmap_path:
> "background.png" line 641
> setting user preferences
> running main...
> Traceback (most recent call last):
>   File "./Boa.py", line 495, in ?
>       main()
>     File "./Boa.py", line 475, in main
>     app = BoaApp()
>   File "./Boa.py", line 310, in __init__
>       wxApp.__init__(self, false)
>     File
> "/usr/lib/python2.2/site-packages/wxPython/wx.py",
> line 1705, in __init__
>     _wxStart(self.OnInit)
>   File "./Boa.py", line 321, in OnInit
>       abt = About.createSplash(None, modTot,
>   fileTot)
>     File "About.py", line 132, in
> createSplash
>     return AboutBoxSplash(parent,
> modTot, fileTot)
>   File "About.py", line 151, in
>   __init__
>       self.html =
>   Utils.wxUrlClickHtmlWindow(self.blackback,
>   -1, flags=wxCLIP_CHILDREN)
>     File
> "/usr/lib/python2.2/site-packages/wxPython/html.py",
> line 609, in __init__ self.this = apply(htmlc.new_wxHtmlWindow,_args,_kwargs)
> TypeError: 'flags' is an invalid keyword argument for
> this function Exception exceptions.TypeError: "'NoneType' object
> is not callable" in
> ignored
> 
> 
> -- 
> _______________________________________
> Viktor Lakics
> email: viktor@lakics.net
> 
> --
> gentoo-dev@gentoo.org mailing list
> 

-- 
_______________________________________
Viktor Lakics
email: viktor@lakics.net

--
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-23 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-22 19:33 [gentoo-dev] Boa-constrictor does not start Viktor Lakics
2002-12-23 23:10 ` Viktor Lakics

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox