Hello, I am trying to compile a standalone exe file from a program that I have written using ruby/tk. It runs completely fine from the command line, but when I try to compile it I get the a message stating that there is a problem in "...ruby/lib/ruby/1.8/tk.rb:1102" specifically "tcltklib:fail to Tk.Init(). invalid command name "tcl_findLibrary" (RuntimeError)" thus when I try to run the program it says that there is no gem "tk" to load and it does not run. Any suggestions on how to fix this? Brian