wxMozilla

Hi all.

I have been lurking for a while, enjoying the useful information that
you have all been giving out.

But (and you guessed it!) I now have an issue with wxMozilla.

I know there is a wxMozilla list, but it seems a little dead right now.
So here is my issue, and I am hoping someone has a solution.

I am running debian unstable, first of all.

I built mozilla from source (not recommended, it takes all day),
wxPython from source and wxMozilla from source. Nothing from debian this
time. All by hand.

The c wxMozillaDemo works lovely. The wxPython stuff all works fine too.
But the wxMozilla python demo does not. It throws:

(process:16932): GLib-GObject-CRITICAL **: gtype.c:1871: initialization
assertion failed, use g_type_init() prior to this function

(process:16932): GLib-GObject-CRITICAL **: file gobject.c: line 615
(g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed

So, my question is this: Has anyone got wxMozilla working with wxPython
and gtk2? Is there some option to configure that I should be using?

Yes, I know this isn't the wxMozilla list, but I am hoping someone here
can help!

Regards,

m.

···

--
Training bloke: I wish to make a complaint
Dave: What room are you in?
Training bloke: 342
Dave: THERE IS NO ROOM 342. See, not all complaints are true.

--
Family ties : http://www.thefamilykerr.co.uk
Playtime : http://www.stray-toaster.co.uk

Stray Toaster wrote:

Hi all.

I have been lurking for a while, enjoying the useful information that
you have all been giving out.

But (and you guessed it!) I now have an issue with wxMozilla.

I know there is a wxMozilla list, but it seems a little dead right now.

I've received about 16 messages on that list over the last week. Maybe a bit slow compared to this list, but certainly not dead.

So here is my issue, and I am hoping someone has a solution.

I am running debian unstable, first of all.

I built mozilla from source (not recommended, it takes all day),
wxPython from source and wxMozilla from source. Nothing from debian this
time. All by hand.

Which versions?

The c wxMozillaDemo works lovely. The wxPython stuff all works fine too.
But the wxMozilla python demo does not. It throws:

(process:16932): GLib-GObject-CRITICAL **: gtype.c:1871: initialization
assertion failed, use g_type_init() prior to this function
(process:16932): GLib-GObject-CRITICAL **: file gobject.c: line 615
(g_object_new): assertion `G_TYPE_IS_OBJECT (object_type)' failed

Sounds like something is not being initialized before being used...

So, my question is this: Has anyone got wxMozilla working with wxPython
and gtk2?

I have, but it's been several months since I did it.

Is there some option to configure that I should be using?

Kevin O. or Vaclav will probably be able to help once they know what versions you are using. Or perhaps some other folks on the wxMozilla list too.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!