Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > no such file to load -- popup

Reply
Thread Tools

no such file to load -- popup

 
 
Aravind Kumarj
Guest
Posts: n/a
 
      03-20-2009
Hi ,
i am newbie and i'm trying to open a popup from a ruby code which
requires popup.rb. when i run the code it says "no such file to load --
popup" .I tried to download for this for ruby source file , but din't
find any. Please help me with this.

Cheerio,
Arvin
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Marc Heiler
Guest
Posts: n/a
 
      03-20-2009
> "no such file to load -- popup"

What is popup.rb? Or from where did you get it, or which code requires
it?
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Aravind Kumarj
Guest
Posts: n/a
 
      03-20-2009
Marc Heiler wrote:
>> "no such file to load -- popup"

>
> What is popup.rb? Or from where did you get it, or which code requires
> it?



hi,

please check the code below, which needs the Popup library

require 'Popup'

Popup.make do
h1 "Things To Do"
list do
p "Try out Ruby"
p "Ride a tiger"
p "(down River Euphrates)"
end
end

Cheerio,
Arvin
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Vikhyat Korrapati
Guest
Posts: n/a
 
      03-20-2009
Aravind Kumarj wrote:
> Marc Heiler wrote:
>>> "no such file to load -- popup"

>>
>> What is popup.rb? Or from where did you get it, or which code requires
>> it?

>
>
> hi,
>
> please check the code below, which needs the Popup library
>
> require 'Popup'
>
> Popup.make do
> h1 "Things To Do"
> list do
> p "Try out Ruby"
> p "Ride a tiger"
> p "(down River Euphrates)"
> end
> end
>
> Cheerio,
> Arvin


It could be because of the capitalization. Try replacing that require
with this:
require 'popup'

--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Aravind Kumarj
Guest
Posts: n/a
 
      03-20-2009
Vikhyat Korrapati wrote:
> Aravind Kumarj wrote:
>> Marc Heiler wrote:
>>>> "no such file to load -- popup"
>>>
>>> What is popup.rb? Or from where did you get it, or which code requires
>>> it?

>>
>>
>> hi,
>>
>> please check the code below, which needs the Popup library
>>
>> require 'Popup'
>>
>> Popup.make do
>> h1 "Things To Do"
>> list do
>> p "Try out Ruby"
>> p "Ride a tiger"
>> p "(down River Euphrates)"
>> end
>> end
>>
>> Cheerio,
>> Arvin

>
> It could be because of the capitalization. Try replacing that require
> with this:
> require 'popup'


i tried capitalizing also.. it's still not working

Cheerio,
Arvin
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Adam Gardner
Guest
Posts: n/a
 
      03-20-2009
Aravind Kumarj wrote:
> Hi ,
> i am newbie and i'm trying to open a popup from a ruby code which
> requires popup.rb. when i run the code it says "no such file to load --
> popup" .I tried to download for this for ruby source file , but din't
> find any. Please help me with this.
>
> Cheerio,
> Arvin


The code you are referring to is part of the "Try Ruby" web app [1], and
as far as I know has no function outside of that app. It certainly is
not part of the Ruby standard library. It is (to the best of my
knowledge) intended as a learning exercise, not an library you use to
build other applications.

Hope this helps,
- Adam Gardner

[1] http://tryruby.hobix.com/
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Aravind Kumarj
Guest
Posts: n/a
 
      03-20-2009
Adam Gardner wrote:
> Aravind Kumarj wrote:
>> Hi ,
>> i am newbie and i'm trying to open a popup from a ruby code which
>> requires popup.rb. when i run the code it says "no such file to load --
>> popup" .I tried to download for this for ruby source file , but din't
>> find any. Please help me with this.
>>
>> Cheerio,
>> Arvin

>
> The code you are referring to is part of the "Try Ruby" web app [1], and
> as far as I know has no function outside of that app. It certainly is
> not part of the Ruby standard library. It is (to the best of my
> knowledge) intended as a learning exercise, not an library you use to
> build other applications.
>
> Hope this helps,
> - Adam Gardner
>
> [1] http://tryruby.hobix.com/


hi , thanks for the reply.

I din't know this .
Is there a way to open a popup using ruby?

Cheerio,
Arvin
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
Adam Gardner
Guest
Posts: n/a
 
      03-20-2009
> hi , thanks for the reply.
>
> I din't know this .
> Is there a way to open a popup using ruby?
>
> Cheerio,
> Arvin


Yes, but how you do it depends on what 'platform' you're working with.
If you're platform is the web, then I'm sure there are many, many ways,
but I don't know them 'cause that's not what I use Ruby for. I'm sure
other could help you out there.

If you're doing a desktop application, there are numerous ways to do it.
They range from simple, lightweight systems like Shoes [1] to full
fledged GUI toolkits like WxRuby [2] or Ruby-GNOME [3], and plenty of
more specialized ones like Gosu [4] (which is game-design oriented).

Some alternative interpreters like JRuby [5] and MacRuby [6] provide
their own methods for making windows, appropriate to the platforms they
are targeting (the JVM and the OS X Objective-C runtime, respectively).

It's hard for me to make a recommendation on one of these, as I've only
used a few of them (and there are others I haven't listed, besides). If
you're just playing around, Shoes is a great place to start. Otherwise,
it might help to have more information about what sort of 'popup' you're
trying to make.

Hope this helps,
- Adam

[1] http://shoooes.net/
[2] http://wxruby.rubyforge.org/wiki/wiki.pl
[3] http://ruby-gnome.sourceforge.net/
[4] http://libgosu.org/
[5] http://jruby.codehaus.org/
[6] http://www.macruby.org/trac/wiki/MacRuby
--
Posted via http://www.ruby-forum.com/.

 
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
Such a pitty! Such a great person gone! WhorryIrressy Wireless Networking 0 01-28-2008 04:24 PM
Ruby: No such file to load -- ubygems (LoadError) Brian Takita Ruby 7 05-24-2005 07:11 PM
[BUG] RubyGems: "No such file to load -- rubygems/builder" Erik Veenstra Ruby 4 02-04-2005 10:28 PM
Main > Popup > Popup > Close popup AND new URL in main? Jens Peter Hansen Javascript 7 06-19-2004 08:56 PM
Getting error: ..."in 'require': No such file to load -- socket (LoadError) Ruby Ruby Ruby 0 04-22-2004 12:34 PM



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