[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

gtkmozembed on windows

Patrick Plattes

2/20/2007 1:12:00 PM

Hi ho :-),

we have a problem using gtkmozembed on Windows. The following software
is installed now:

* Ruby
* GTK+ 2.8 (gimp works)
* Ruby-Gnome2

Did we missed anything?

irb(main):001:0> require 'gtk2'
=> true

irb(main):002:0> require 'gtkmozembed'
LoadError: no such file to load -- gtkmozembed
from
C:/Tools/Development/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re
quire.rb:27:in `gem_original_require'
from
C:/Tools/Development/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re
quire.rb:27:in `require'
from (irb):1


Thanks,
Patrick

3 Answers

Masao Mutoh

2/20/2007 4:01:00 PM

0

Hi,

On Tue, 20 Feb 2007 22:11:36 +0900
Patrick Plattes <patrick@erdbeere.net> wrote:

> Hi ho :-),
>
> we have a problem using gtkmozembed on Windows. The following software
> is installed now:
>
> * Ruby
> * GTK+ 2.8 (gimp works)
> * Ruby-Gnome2
>
> Did we missed anything?
>
> irb(main):001:0> require 'gtk2'
> => true
>
> irb(main):002:0> require 'gtkmozembed'
> LoadError: no such file to load -- gtkmozembed

Ruby-GNOME2 on Win32 doesn't support gtkmozembed.
#Did you read README_win32.txt ?

Patrick Plattes

2/21/2007 9:00:00 PM

0

Masao Mutoh schrieb:

> Ruby-GNOME2 on Win32 doesn't support gtkmozembed.
> #Did you read README_win32.txt ?

no, sorry :-(. do you know an alternativ way to use an html renderer
with windows?

cu
pp

David Vallner

2/22/2007 10:24:00 AM

0

On Wed, 21 Feb 2007 21:59:47 +0100, Patrick Plattes <patrick@erdbeere.net>
wrote:

> Masao Mutoh schrieb:
>
>> Ruby-GNOME2 on Win32 doesn't support gtkmozembed.
>> #Did you read README_win32.txt ?
>
> no, sorry :-(. do you know an alternativ way to use an html renderer
> with windows?
>

Win32OLE and the IE ActiveX control?

David Vallner