From: Gregor Kopp Date: 2007-08-22T23:50:03+09:00 Subject: Re: Ruby/Tk and rubyscript2exe problem Tried this? rubyscript2exe mycoolprogram.rbw --rubyscript2exe-tk --rubyscript2exe-rubyw Gregor Brian Vernarsky wrote: > 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 >