1 | initial version |
Hi,
I FOUND A SOLUTION. My problem was that both config.pickle and user.pickle were empty.
I copied both "standard" files from a earlier version of Sage.
This happens more often; see sage user forum
Maybe the developers could add an exeption handler just like IOError in /notebook.py in __init__(self, dir).
In that case a "basic" copy of both files are read.
Roland