Thank you! Would you know why I might get this error: ; require: unknown module
; module name: ; #<resolved-module-path: <<correct path name>> (This is from inside a module.) Trying the same at the REPL, I see the same thing: > (define n (make-base-namespace)) > (namespace-require `(file ,(path->string (build-path "wheats" "w1.rkt")))) [note no optional namespace] works fine; the name is available at the top-level; but using the same pathname but with the namespace parameter: > (namespace-require `(file ,(path->string (build-path "wheats" "w1.rkt"))) n) ; require: unknown module ; module name: ; #<resolved-module-path: <<correct path name>> (The file in question begins with #lang racket.) Shriram -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAJUf2yQijBugL3PBo%2B5SBj-9zEKnUc2ejH52VB0AkTW%3DniRGQw%40mail.gmail.com.

