Hi!

Actually not a true bug. Now Ubuntu uses a fork of PIL (Pillow). Before it was probably official PIL (I don't know, I have ubuntu since two days). Problem is in file:

    /usr/share/games/fretsonfire/game/Texture.py

There is line:

    import PngImagePlugin

Now it should be

    from PIL import PngImagePlugin

Game not runs because of that. Please change it in package.

Maybe there is some other similar problems. I didn't test it yet.


Regards,
Deve

--
Ubuntu-motu mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu

Reply via email to