PDA

View Full Version : Ruby require question



everan
02-12-2015, 05:16 PM
--- Lich: error: cannot load such file -- ftools
C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'
C:/Ruby200/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require'

I recently had to upgrade Ruby and Lich because I haven't used this in quite a while. This appears to be the last odd thing that is still happening. Everything seems to be working, but I hate to see error messages. Any thoughts?

Donquix
02-12-2015, 06:26 PM
is that enchantnotes?

if so it is requiring the ftools library/gem but never using it. You can comment/remove that line entirely from the script and it works fine. like so:

#require "ftools"
(add the hashtag at the start)

If it's NOT enchantnotes i'm not sure, you'd have to figure out what script is trying to use ftools.

everan
02-12-2015, 07:39 PM
I guess it is since I used to use enchantnotes. I just haven't enchanted anything in a year or two. Thanks for pointing me in the right direction, maybe if I do a pour this will resolve itself.