From: Thomas Wieczorek Date: 2007-10-01T19:36:18+09:00 Subject: Re: gem_original_require no such file to load Hi! 2007/10/1, Andrea Maschio : > > Have you got any idea for this behaviour? > Yes, I think that the IDEs add your project path to the $LOAD_PATH variable while the ruby interpreter(used by SciTe) and irb just add "."(the current folder) to the load path. You can use the -I parametre on the command line to add your project path to $LOAD_PATH