Will Parsons wrote: > Mark Estefanos wrote: >>>> Do you have a link to the patched version of rubyscript2exe? >> `rep >> lace': can't modify frozen string (TypeError) >> from >> C:/Ruby/lib/ruby/gems/1.8/gems/rubyscript2exe-0.5.3/bin/rubyscript2 >> exe:5 >> from C:/Ruby/bin/rubyscript2exe:19:in `load' >> from C:/Ruby/bin/rubyscript2exe:19 >> I installed the gem. >> This is probably something really stupid I missed. >> Any help? >> Thanks > > I'm not sure why it's invoking the gem when you're manually running the > (presumably patched) version from your own account. Maybe you should > uninstall the gem to avoid confusion. FWIW, this is how I'm invoking it > in my Makefile (for a program called recepsum): > > recepsum.exe: recepsum.rb > ruby rubyscript2exe.rb recepsum.rb --rubyscript2exe-rubyw THANK YOU! It words, I installed the rb file and directed cmd to the directory instead of using the gem and it works. Now to fix the icon..... -- Posted via http://www.ruby-forum.com/.