[GAP Forum] "couldn't load saved workspace" error
Bill Allombert
Bill.Allombert at math.u-bordeaux.fr
Tue Oct 6 08:37:53 BST 2015
On Mon, Oct 05, 2015 at 09:06:02PM -0400, Will Chen wrote:
>
> gap> SaveWorkspace("~/Documents/gap/savedworkplace.dnc");
>
> true
>
> gap> quit;
>
> Zephyr:~ wchen$ sage -gap -L "~/Documents/gap/savedworkplace.dnc";
>
> Couldn't open saved workspace ~/Documents/gap/savedworkplace.dnc
>
> Anyone know why? Could it be because my version of gap is being called
> through sage?
Try to remove the "":
gap -L ~/Documents/gap/savedworkplace.dnc
Quoting the ~ make it litteral, which is not what you want.
(also check that ~/Documents/gap/savedworkplace.dnc does exist, of course).
Cheers,
Bill.
More information about the Forum
mailing list