[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

require 'msn/msn'?

Pat Kiatchaipipat

4/21/2008 4:53:00 PM

hi. I try to make ruby msn bot like this tutorial.

http://code.google.com/p/rubymsn/wik...

but I have some problem when I use require 'msn/msn' on my code and I've
got error.

C:/Program
Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- msn/msn (LoadError)
from C:/Program
Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from a.rb:3

How can I solve it?? what's the gem I must download??
--
Posted via http://www.ruby-....

4 Answers

Jano Svitok

4/21/2008 5:30:00 PM

0

On Mon, Apr 21, 2008 at 6:53 PM, Pat Kiatchaipipat <hb.pat87@hotmail.com> wrote:
> hi. I try to make ruby msn bot like this tutorial.
>
> http://code.google.com/p/rubymsn/wik...
>
> but I have some problem when I use require 'msn/msn' on my code and I've
> got error.
>
> C:/Program
> Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `gem_original_require': no such file to load -- msn/msn (LoadError)
> from C:/Program
> Files/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in
> `require'
> from a.rb:3
>
> How can I solve it?? what's the gem I must download??

The page looks like there are no gems yet.

See http://code.google.com/p/rubymsn/sourc... If you have
subversion client, you can do:
svn checkout http://rubymsn.googlecode.com/svn/tru... msn

If you don't have svn and you don't want to install it, just use
'Browse' links and download all from trunk/lib/msn.

Pat Kiatchaipipat

4/21/2008 5:45:00 PM

0

http://rubymsn.googlecode.com/svn/tru...

this link isn't work :'(
--
Posted via http://www.ruby-....

Phillip Gawlowski

4/21/2008 5:50:00 PM

0

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Pat Kiatchaipipat wrote:
| http://rubymsn.googlecode.com/svn/tru...
|
| this link isn't work :'(

http://code.google.com/p/rubymsn/sourc...

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

~ It seems like once people grow up, they have no idea what's cool.
-- Calvin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail....

iEYEARECAAYFAkgM084ACgkQbtAgaoJTgL+jRACeP07HSGqJB/fGAxMzG9tZ6Xx3
ddQAn1joD55j0Kx6eoUfY3KtzAX7iJZK
=b25o
-----END PGP SIGNATURE-----

Pat Kiatchaipipat

4/21/2008 5:55:00 PM

0