On Fri, Jan 22, 2010 at 1:08 AM, nvoynov <[email protected]> wrote: > I'm trying to play with the latest release ruote 2.1.4 installed as a > gem (gem install ruote), but I can not run the quickstart from > README.rdoc (simple process with :alpha, :bravo participants). > > <pre> > c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > `gem_original_require': no such file to load -- json (LoadError) ... > </pre>
Hello, please install the "json" gem. gem install json If that doesn't work, install the json_pure gem. > I previously tried to build a ruote from source code (2.1.1), it was > built installed, after running quickstart nothing happened, the > process remains to work and did not give any results (=> 'I received a > message from Alice') Maybe I shouldn't waste time trying to help you with a previous version... You could perhaps have had a look at the directory work/ and particularly at the sub-directory errors/ > Is there some additional information related to ruote 2.1 on win32 > (Ruby 1.8.6, WinXP)? I'm sorry, there is no such information. You're only the second person asking for such information. I have to say the core people here are all GNU/Linux and MacOSX users with no much time to run Windows installs. Best regards, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
