Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > fxruby doesn't work

Reply
Thread Tools

fxruby doesn't work

 
 
Dirk Meijer
Guest
Posts: n/a
 
      10-31-2005
------=_Part_17970_8922945.1130793079055
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

hi everyone,
just a few months ago, i was able to run programs that use fxruby, since
recently, it has not been working, but i'm not as much into ruby that i'd
write a fxruby program.. however, i would like to get it back to work.
i use windows xp, sp2, on-click installer 1.8.2-15
and i get the following error:
d:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate': can't
activate fxruby (=3D 1.2.6), already activated fxruby-1.4.2-mswin32]
(Gem::Exception)
from d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:23:in
`require'
from d:/ruby/lib/ruby/gems/1.8/gems/fxri-0.3.2/./fxri:10
from D:/ruby/bin/fxri:18:in `load'
from D:/ruby/bin/fxri:18
does anyone know how to fix this problem?
greetings, Dirk.

------=_Part_17970_8922945.1130793079055--


 
Reply With Quote
 
 
 
 
Lyle Johnson
Guest
Posts: n/a
 
      10-31-2005
On 10/31/05, Dirk Meijer <> wrote:

> just a few months ago, i was able to run programs that use fxruby, since
> recently, it has not been working, but i'm not as much into ruby that i'd
> write a fxruby program.. however, i would like to get it back to work.
> i use windows xp, sp2, on-click installer 1.8.2-15
> and i get the following error:
> d:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate': can't
> activate fxruby (=3D 1.2.6), already activated fxruby-1.4.2-mswin32]
> (Gem::Exception)
> from d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:23:in
> `require'
> from d:/ruby/lib/ruby/gems/1.8/gems/fxri-0.3.2/./fxri:10
> from D:/ruby/bin/fxri:18:in `load'
> from D:/ruby/bin/fxri:18
> does anyone know how to fix this problem?


Just a note to try to pin down the source of the problem: It's not a
problem with FXRuby. It *appears* to be a problem with what "fxri" (an
application that happens to use FXRuby) is trying to do to when it
tries to "require" the FXRuby gem.


 
Reply With Quote
 
 
 
 
Curt Hibbs
Guest
Posts: n/a
 
      10-31-2005
In version 182-15 of the One-Click Installer there is a problem
running FXRuby programs using rubyw.exe, but they run correctly with
ruby.exe.

I believe this problem does not exist in 182-14, which has the same
version of, just different versions of the pre-installed extensions.

I will make sure that this is resolved by the time we release the
installer for 1.8.4 (hopefully around the end of this year).

Curt

On 10/31/05, Dirk Meijer <> wrote:
> hi everyone,
> just a few months ago, i was able to run programs that use fxruby, since
> recently, it has not been working, but i'm not as much into ruby that i'd
> write a fxruby program.. however, i would like to get it back to work.
> i use windows xp, sp2, on-click installer 1.8.2-15
> and i get the following error:
> d:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate': can't
> activate fxruby (=3D 1.2.6), already activated fxruby-1.4.2-mswin32]
> (Gem::Exception)
> from d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:23:in
> `require'
> from d:/ruby/lib/ruby/gems/1.8/gems/fxri-0.3.2/./fxri:10
> from D:/ruby/bin/fxri:18:in `load'
> from D:/ruby/bin/fxri:18
> does anyone know how to fix this problem?
> greetings, Dirk.
>
>



 
Reply With Quote
 
Dirk Meijer
Guest
Posts: n/a
 
      11-01-2005
------=_Part_23134_33173360.1130838249883
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

this doesn't solve the problem, running it with ruby.exe instead of
rubyw.exe gives me exactly the same..
anyone else have any solutions?
greetings, Dirk.

2005/10/31, Curt Hibbs <>:
>
> In version 182-15 of the One-Click Installer there is a problem
> running FXRuby programs using rubyw.exe, but they run correctly with
> ruby.exe.
>
> I believe this problem does not exist in 182-14, which has the same
> version of, just different versions of the pre-installed extensions.
>
> I will make sure that this is resolved by the time we release the
> installer for 1.8.4 (hopefully around the end of this year).
>
> Curt
>
> On 10/31/05, Dirk Meijer <> wrote:
> > hi everyone,
> > just a few months ago, i was able to run programs that use fxruby, sinc=

e
> > recently, it has not been working, but i'm not as much into ruby that

> i'd
> > write a fxruby program.. however, i would like to get it back to work.
> > i use windows xp, sp2, on-click installer 1.8.2-15
> > and i get the following error:
> > d:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:144:in `activate': can't
> > activate fxruby (=3D 1.2.6), already activated fxruby-1.4.2-mswin32]
> > (Gem::Exception)
> > from d:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:23:in
> > `require'
> > from d:/ruby/lib/ruby/gems/1.8/gems/fxri-0.3.2/./fxri:10
> > from D:/ruby/bin/fxri:18:in `load'
> > from D:/ruby/bin/fxri:18
> > does anyone know how to fix this problem?
> > greetings, Dirk.
> >
> >

>
>


------=_Part_23134_33173360.1130838249883--


 
Reply With Quote
 
Curt Hibbs
Guest
Posts: n/a
 
      11-01-2005
On 11/1/05, Dirk Meijer <> wrote:
> this doesn't solve the problem, running it with ruby.exe instead of
> rubyw.exe gives me exactly the same..
> anyone else have any solutions?
> greetings, Dirk.


You must be running in to a different problem, then.

Curt

> 2005/10/31, Curt Hibbs <>:
> >
> > In version 182-15 of the One-Click Installer there is a problem
> > running FXRuby programs using rubyw.exe, but they run correctly with
> > ruby.exe.
> >
> > I believe this problem does not exist in 182-14, which has the same
> > version of, just different versions of the pre-installed extensions.
> >
> > I will make sure that this is resolved by the time we release the
> > installer for 1.8.4 (hopefully around the end of this year).
> >
> > Curt
> >
> > On 10/31/05, Dirk Meijer <> wrote:
> > > hi everyone,
> > > just a few months ago, i was able to run programs that use fxruby, si=

nce
> > > recently, it has not been working, but i'm not as much into ruby that

> > i'd
> > > write a fxruby program.. however, i would like to get it back to work=

 
Reply With Quote
 
Holger Arndt
Guest
Posts: n/a
 
      11-01-2005
Hello,

I had the same problem after "gem update ; gem clean". I had to remove
fxruby 1.4-x and reinstall fxruby 1.2-6. Having both versions at the
same time didn't work for me.

Regards,
Holger
 
Reply With Quote
 
Curt Hibbs
Guest
Posts: n/a
 
      11-01-2005
Hmmm... I suppose this could have been my problem when I built 182-15
of the One-Click Installer. I'll have to check this out.

Curt

On 11/1/05, Holger Arndt <> wrote:
> Hello,
>
> I had the same problem after "gem update ; gem clean". I had to remove
> fxruby 1.4-x and reinstall fxruby 1.2-6. Having both versions at the
> same time didn't work for me.
>
> Regards,
> Holger
>
>



 
Reply With Quote
 
soxinbox
Guest
Posts: n/a
 
      11-09-2005
Is this caused by a require of a method that exists in 1.2-6 that no longer
exists in 1.4-x?
If anyone is brave enough to tackle this problem, than I will be glad to
assist by testing on a system that generates this error with consistency.

"Curt Hibbs" <> wrote in message
news:31d15f490511010627w4fa63041g5525cf9b396fc990@ mail.gmail.com...
Hmmm... I suppose this could have been my problem when I built 182-15
of the One-Click Installer. I'll have to check this out.

Curt

On 11/1/05, Holger Arndt <> wrote:
> Hello,
>
> I had the same problem after "gem update ; gem clean". I had to remove
> fxruby 1.4-x and reinstall fxruby 1.2-6. Having both versions at the
> same time didn't work for me.
>
> Regards,
> Holger
>
>




 
Reply With Quote
 
Curt Hibbs
Guest
Posts: n/a
 
      11-09-2005
Looks like I didn't read the original message closely enough. The
problem I encountered was strictly with 1.2.6 and did not involve
1.4.x. Sorry for the confusion.

Curt

On 11/8/05, soxinbox <> wrote:
> Is this caused by a require of a method that exists in 1.2-6 that no long=

er
> exists in 1.4-x?
> If anyone is brave enough to tackle this problem, than I will be glad to
> assist by testing on a system that generates this error with consistency.
>
> "Curt Hibbs" <> wrote in message
> news:31d15f490511010627w4fa63041g5525cf9b396fc990@ mail.gmail.com...
> Hmmm... I suppose this could have been my problem when I built 182-15
> of the One-Click Installer. I'll have to check this out.
>
> Curt
>
> On 11/1/05, Holger Arndt <> wrote:
> > Hello,
> >
> > I had the same problem after "gem update ; gem clean". I had to remove
> > fxruby 1.4-x and reinstall fxruby 1.2-6. Having both versions at the
> > same time didn't work for me.
> >
> > Regards,
> > Holger
> >
> >

>
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
[ANN] At InfoQ: Interview about FXRuby, plus an exclusive chapterfrom the FXRuby Book Lyle Johnson Ruby 0 05-20-2008 02:32 PM
Help! Can't get the FXRuby clipboard example to work... Abe Vionas_MailingList Ruby 4 10-05-2004 08:27 PM
FXRuby and OLE container ? Jérôme Hauss Ruby 0 08-14-2003 08:38 AM
FXRuby Popup problem (runnable script inside) Recheis Meinrad Ruby 0 08-04-2003 10:21 AM
FXRuby Debian Package? Hans Fugal Ruby 1 06-29-2003 07:33 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57