<div dir="ltr">Hi!<br><br>This:<br><br>echo "(package: a)" > gerbil.pkg<br>echo "(define (abc) 'yes)" > a.scm<br>gxi<br>(import ./a)<br><br>fails with:<br><br>> (import ./a)<br>*** ERROR IN ##main -- Syntax Error<br>*** ERROR IN (console)@1.9<br>--- Syntax Error: Cannot resolve relative module path; not in module context<br>... form:   ./a<br><br>This should obviously work, right?! what's wrong??<br>Phil<br></div>