EmEditor (text editor) Forum Index Questions and Answers about EmEditor Core
How to use a ruby/python scipt in Emeditor? | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| i_libra | Posted on: 11/1/2008 3:42 am |
Just popping in ![]() ![]() Joined: 9/22/2008 From: Posts: 6 |
How to use a ruby/python scipt in Emeditor? I both installed ruby and python in my system (winxp, sp3)
Both of them work fine before. And I just follow the Help of emeditor and try to run: #language = "Python" Window.document.write( 'Hello' ); or ======================= #language = "RubyScript" Window.document.write( "Hello!" ); It popup a alert and said the Python/ruby is not registered. Could anybody tell me how to resolve it? Many thanks. |
| scrabbles | Posted on: 11/15/2008 2:02 am |
Just popping in ![]() ![]() Joined: 11/15/2008 From: Posts: 5 |
Re: How to use a ruby/python scipt in Emeditor? Ruby (and python) do not seem to be setup as activex script engines. If you have the relevant dlls, you can (re)register them with regsrv32, else the easiest option is to (re)install them.
For Ruby, this worked for me: COM Meets Ruby (ActiveScriptRuby) - Mark |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |


