Closed
Description
I discovered live during my SAGE demo at CECM that if the hostname is really weird,
complicated, and has dashes, dots, spaces ? etc., in it, then e.g.,
maple('2+2')
won't work.
The fix is to clean the hostname before using it to construct the relevant
temp directory in .sage/temp. By clean, I mean replace any bad characters
by underscores, say.
Component: interfaces
Issue created by migration from https://trac.sagemath.org/ticket/422