You wrote:
> if I've understood your suggestions, I must create a directory structure
> for each module ('src' dir under a dir with same name than module), but
> I should load a single file without constraint on dirs >
No, you do not need any directory structure. The only requirement is, that
the directory of the module, that you want to load (it can be a single
file) is in you
load path.Once you have loaded this module, you can use anything, that is defined within it (and exported). Uwe
