Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > On Sun, Nov 21, 2004 at 07:48:03PM +0100, Leopold Toetsch wrote: >> William Coleda <[EMAIL PROTECTED]> wrote:
>> > .sub _main >> > load_bytecode "runtime/parrot/library/Data/Escape.pbc" >> ^^^^^^^^^^^^^^^ >> Just drop that prefix - "library/foo" ought to do it. > On my machine 'library/foo' doesn't seem to be sufficient -- I have > to provide a complete path (relative or absolute) to the resource. Argh, yes. Loading bytecode didn't search the library paths. Fixed. BTW still patches wanted that check the filename, if it's absolute. > Pm leo