From: Ryan Leavengood Date: 2005-06-22T07:39:08+09:00 Subject: Re: rubyscript2exe Joe Van Dyk said: > > Yes. But I need to get the extra Tk extensions into the executable as > well. From http://www.erikveen.dds.nl/rubyscript2exe/index.html: "To embed not only the Ruby bindings for TK, but TK itself as well, use --rubyscript2exe-tk (experimental). It's probably a good idea to add exit if defined?(REQUIRE2LIB) just before Tk.mainloop: exit if defined?(REQUIRE2LIB) Tk.mainloop" Ryan