Comment 6 for bug 1316557

Revision history for this message
Onno Zweers (onnozweers) wrote :

I had the same issue. To satisfy my kids I applied the fix of Yannis Tsop (comment #1) by hand. It worked perfectly, thanks Yannis!

For who has impatient children too:

  sudo nano /usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py

Search for the line:

  from sqlalchemy import exceptions as sqla_exceptions

Replace it with:

  from sqlalchemy import exc as sqla_exceptions