From: Pat Kiatchaipipat Date: 2007-11-19T21:56:46+09:00 Subject: Re: "rubyscript2exe", cannot put picture in the project??? I still struggle with it :'( here's my code require 'wx' require 'rubyscript2exe' include Wx include RUBYSCRIPT2EXE RUBYSCRIPT2EXE.lib = ["t.jpg"] ..... picturebox2_img = Image.new('t.jpg') ..... I think when I convert to exe and delete file 't.jpg' application won't work because picturebox2_img is make from directory and when I restore 't.jpg' from recycle bin it's work how can I add jpg to lib?? I do something wrong -- Posted via http://www.ruby-forum.com/.