Comment 3 for bug 1202823

Revision history for this message
Jorge Alexandro Martinez Dominguez (jorge-alexandro) wrote :

I have the same problem on Ubuntu 13.04 and this was the solution:

Make a symbolic link of this file:

/usr/lib/i386-linux-gnu/libpython2.7.so.1.0

Like this:

sudo ln -s /usr/lib/i386-linux-gnu/libpython2.7.so.1.0 /usr/lib/libpython2.7.so.1.0

After that everithing works fine.

Best regards.