On 2013-08-14 04:59, Thomas Kahle wrote:
On 08/13/2013 06:12 PM, Steven Trogdon wrote:
On Tue, 13 Aug 2013 16:56:49 +0200
Thomas Kahle <[email protected]> wrote:
Hi,
recently my sage-on-gentoo started to crash on startup. Something is
wrong with babel as can be seen in the end of the attached
crash-report.
Any ideas?
Thanks,
Thomas
Do you have flask-babel-0.9 installed? The flask-babel dependency in
sage-notebook has recently been updated on sog to avoid version 0.9
due to
API changes.
No, I have flask-babel-0.8-r1 installed.
Yet according to your crash report you seem to be missing:
/usr/lib64/python2.7/site-packages/flaskext/babel.py
that or you have a conflicting flaskext folder in your
local PYTHONPATH (~/.local/lib/python2.7/site-packages/).
Francois