You say image.jpg is the file But the error shows images.jpg Delete the s On Feb 8, 2013 2:55 AM, "Ebru Akagunduz" <[email protected]> wrote:
> Rodrigo Kochenburger wrote in post #751168: > > On Nov 20, 1:23 am, Luis Lavena <[email protected]> wrote: > >> > >> ENV['GEM_PATH'] = File.join(Dir.pwd, 'gems') > >> puts Gem.dir > >> puts Gem.path > >> > >> Now you can do your show adding or removing gems from there ;-) > >> > >> HTH, > >> -- > >> Luis Lavena > > > > Sweet! Thanks :) > > Hi, i have problem ruby load path. I couldn't load image file in my > codes. Why? My project file tree is > lib/editor.rb > lib/images/image.jpg > lib/lang.rb > lib/messages.rb > lib/utils.rb > myproject.gemspec > and image.jpg is neccesary in my code. But i couldn't add :( why? It > gives me error > GLib::FileError: Failed to open file 'images/images.jpg': No such file > or directory > from > /var/lib/gems/1.9.1/gems/MyPorject-1.0.0/lib/editor.rb:21:in `set_icon' > And my project gemspec like this > s.files = ['lib/editor.rb', 'lib/utils.rb', 'lib/messages.rb', > 'lib/lang.rb','lib/images/images.jpg] > s.require_paths = ["lib"] > > -- > Posted via http://www.ruby-forum.com/. > -- [email protected] | https://groups.google.com/d/forum/ruby-talk-google?hl=en --- You received this message because you are subscribed to the Google Groups "ruby-talk-google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
