Started work on item index view, suddenly moin crashed
Traceback: http://paste.pocoo.org/show/431586/
Please merge again, I had seen yesterday that I forgot mathjax in setup.py
There are two options First:
activate your env
read setup.py
pip install all xstatic packages
I decided for me to do the second option, because of the flask change
remove env
./quickinstall
One of the reason for the xstatic packages is that we want to remove quickinstall and rely only on setup.py
And also i was busy all the day in some other stuff, so couldn't able to give more time.
bug ?
I get with an empty wiki (only the common items like Home, creole ... the following traceback for +index
http://paste.pocoo.org/show/431955/
This problem happens I guess because of the API change for Flask>=0.7.1.
79 'Flask>=0.6', # micro framework 79 'Flask>=0.7.1', # micro framework
May be you have reverted back some API changes by your merge?