I've got around my Mechanize problem for now by copying the appropriate files/directories from a standard ruby installation with the gem installed directly into the ruby distribution inside of Shoes. Obviously this is a short-term fix, and prevents wide distribution of any app that depends on this method, but for now this might work for you as well.

On Oct 29, 2008, at 12:20 PM, Mitko Kostov wrote:

Alexander Rakoczy wrote:
The twitter gem has native extensions that build, since it builds an
executable for your operating system.  Try just requiring the lib
files you need and including them in your project, if the license
permits, or check out the twitter API used in the twitter app in the
shoebox.


I installed twitter gem and invoked it only with require, but it throws me an error : "no suck file to load -- twitter "


Reply via email to