There should be a "stringio.rb" in the Libs directory. It has a single line 
which reads:
load_assembly 'IronRuby.Libraries', 'Ruby.StandardLibrary.StringIO'
Either "Libs" needs to be in your Ruby path, or you'll need to copy this .rb 
file (and probably the other .rb files in Libs) someplace where it can be found.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Greg Akins
Sent: Sunday, June 08, 2008 2:47 PM
To: [email protected]
Subject: Re: [Ironruby-core] Trying to duplicate Phil Haack's example

Ignoring the MVC requires, and just trying to require rspec, I get

c:\Libraries\IronRuby\trunk\src\IronRuby.Libraries\Builtins\kernelops.cs:300:in
`require': no such file to load -- stringio (LoadError)
        from :0:in `Initialize##3'
        from c:\Libraries\IronRuby\trunk\src\IronRuby.Libraries\Builtins\kernelo
ps.cs:300:in `require'
        from :0:in `Initialize##1'

Seems like the paths are correct, so I'm not sure why I'm getting this...

On Sun, Jun 8, 2008 at 5:36 PM, Greg Akins <[EMAIL PROTECTED]> wrote:
> When I used the output from rake compile, I didn't those errors.
>
> My attempt at duplicating Phil's blog still didn't work, but I haven't
> tried all of Peter's suggestions yet.
>
> --
> Greg Akins
>
> http://www.pghcodingdojo.org
> http://www.insomnia-consulting.org/monologue
>



--
Greg Akins

http://www.pghcodingdojo.org
http://www.insomnia-consulting.org/monologue
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to