<snip> > It can't seem to load a few of its dependencies like "windows/com". > > 1. The gem doesn't have a dependency on the windows-api gem. > > 2. The windows-api gem, after installation, doesn't have a lot of the > files that pr-win32ole wants to load. There is no gem for pr-win32ole. All you should need to do is: gem install windows-pr That should install win32-api and windows-api automatically. It should then "just work" as long as RUBYOPT is set. If it doesn't, please give me a specific error you're getting. Regards, Dan