Wxruby + scripts -> single executable?

Is there some way to bundle wxruby and associated application scripts
into a single executable image ??

(like tclkit does for tcl/tk: Tclkit application runtime)

Stuart

[email protected] wrote:

Is there some way to bundle wxruby and associated application scripts
into a single executable image ??

(like tclkit does for tcl/tk: Tclkit application runtime)

Have you tried rubyscript2exe?

http://www.erikveen.dds.nl/rubyscript2exe/index.html

(you can install it as a gem:
gem install rubyscript2exe
)