From: Pat Kiatchaipipat Date: 2007-11-19T17:06:03+09:00 Subject: Re: "rubyscript2exe", cannot put picture in the project??? I can't do it, I use require 'rubyscript2exe' $pic = RUBYSCRIPT2EXE.appdir + '/t.jpg' picturebox2_img = Image.new($pic) where t.jpg is in the same directory with .rb file and when I run with ruby It works but when I convert to exe, and move to different directory it doesn't work :'( -- Posted via http://www.ruby-forum.com/.