On 3/2/06, Paatsch, Bernd <[EMAIL PROTECTED]> wrote: > > :/ruby/lib/ruby/gems/1.8/gems/watir-1.4.1/./watir.rb:1311:in > `initialize': Unknown OLE server: `AutoItX3.Control' (WI2OLERuntimeError)
Maybe AutoItX.dll didn't get registered on his machine during the Watir install? I've never had to register it manually with the most recent Watir version, but I guess it's worth a try. You can try manually registering the dll on that machine, using the path to the file, like so: regsvr32 "C:\ruby\lib\ruby\site_ruby\1.8\watir\AutoItX3.dll" _______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
