From: antoine crouzi Newsgroups: comp.lang.ruby Subject: Using the win32api Date: Mon, 18 Apr 2011 06:13:14 -0500 Organization: Service de news de lacave.net Lines: 30 Message-ID: NNTP-Posting-Host: bristol.highgroove.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: talisker.lacave.net 1303125604 47705 65.111.164.187 (18 Apr 2011 11:20:04 GMT) X-Complaints-To: abuse@lacave.net NNTP-Posting-Date: Mon, 18 Apr 2011 11:20:04 +0000 (UTC) X-Received-From: This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway X-Mail-Count: 381775 X-Ml-Name: ruby-talk X-Rubymirror: Yes X-Ruby-Talk: Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!talisker.lacave.net!lacave.net!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.ruby:3096 Hi all, I'm trying to use the win32api, in the Sketchup ruby API. then loading the package with require "win32api" I get the following error : no such file to load -- win32api I'm using this page as a reference : http://www.ruby-doc.org/docs/ProgrammingRuby/html/lib_windows.html. Am I doing something wrong ? do I need to install a gem before using the api ? I'm on windows with ruby 1.8.6, installed via the windows binary package. I think it might be a problem with the ruby paths. I have search for a file called win32api in the ruby installation directory, there is a .so file, but no .rb file. Thanks, Futar -- Posted via http://www.ruby-forum.com/.