This is the mail archive of the guile@cygnus.com mailing list for the guile project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Whenever I call (load-from-path "some.file"), all modules that I started before
with (use-modules (some-dir some-module)) are forgotten by guile. This makes it
impossible to use load-from-path on files that use modules. Where could be the
cause of that problem?
Klaus Schilling