Comment 4 for bug 1247442

Revision history for this message
Maksim Sokolski (misokolsky) wrote :

Meanwhile, waiting for fixes, you can do the following:

1. sudo vim /usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py
2. Change string 64 to "from sqlalchemy import exc as sqla_exceptions".

diff /usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore_CHANGED.py /usr/lib/python2.7/dist-packages/childsplay_sp/SPMainCore.py

64c64
< from sqlalchemy import exc as sqla_exceptions
---
> from sqlalchemy import exceptions as sqla_exceptions

I can't run tests because I can't find test.
I think that this is not a complete fix, but my daughter plays this game for an hour and then everything is fine :)