From: Robert D. <rob...@gm...> - 2015-01-09 18:01:17
|
On 2015-01-09, Wilhelm Haager <wil...@ht...> wrote: > In the command-line Version of Maxima I can only load the package > by specifying the whole path: > Specifying just the package-name yields an error message: Hmm. What does file_search(coma) yield? What do you get if you trace(file_search, batchload) ? I think you should see that file_search finds coma.mac and then batchload is called with that location. I speculate that a problem might (or might not) be that there is a folder named coma as well as a file named coma.mac. Just a random guess; something to look at. > But loading it out of an existing wxm-File does not: > > (%i1) load(coma); > ; > > loadfile: failed to load coma I don't understand what you mean by loading it out of an existing wxm file. Sorry I can't be more helpful, Robert Dodier |