From: Yaoyao Gu Date: 2006-08-10T06:23:04+09:00 Subject: Question about "No such file to load -- rexml/encodings/ISO-8859-1.rb" Hi all, I am new to Ruby, so forgave me if this question has been asked before. I am running a software on Windows XP which is written in Ruby . The script has been converted to exe. I kept getting the following error message when I run it. No such file to load -- rexml/encodinigs/ISO-8859-1.rb C:\DOCUME~1/username/LOCALS~1/Temp/eee..2/lib/rexml/encoding.rb:33:in encodinig=': No decoder found for encoding ISO-8859-1. Please install iconv. I know that ISO-8859-1 is the encoder for Latin characters. I checked the path shown in the error message and there is nothing Ruby there. I installed Ruby in my computer after that and I do have the file ISO-8859-1.rb under Ruby directory now. But I am still getting the same message. So I am not sure if this problem comes up because I am using Windows. Can I specify the library for the executable to link some how? Thanks in advance. Yaoyao