Bug#872934: fretsonfire: Fails to start (ImportError: No module named Image)

Markus Koschany apo at debian.org
Wed Aug 23 00:15:21 UTC 2017


Control: tags -1 confirmed pending
Control: severity -1 grave

On Tue, 22 Aug 2017 19:00:13 +0200 Hans Joachim Desserud
<debian at desserud.org> wrote:
> Package: fretsonfire
> Version: 1.3.110.dfsg2-4
> Severity: normal
> 
> Dear Maintainer,
> 
> When attempting to start fretsonfire, I get the following error message:
> $ fretsonfire
> Traceback (most recent call last):
>    File "./FretsOnFire.py", line 45, in <module>
>      from GameEngine import GameEngine
>    File "/usr/share/games/fretsonfire/game/GameEngine.py", line 34, in 
> <module>
>      from Data import Data
>    File "/usr/share/games/fretsonfire/game/Data.py", line 23, in <module>
>      from Font import Font
>    File "/usr/share/games/fretsonfire/game/Font.py", line 27, in <module>
>      from Texture import Texture
>    File "/usr/share/games/fretsonfire/game/Texture.py", line 27, in 
> <module>
>      import Image
> ImportError: No module named Image
> 
> 
> (Originally reported in Ubuntu as
> https://bugs.launchpad.net/ubuntu/+source/fretsonfire/+bug/1712247)

Hello,

thank you for the report. This issue is caused by two wrong import
statements. We had to switch from python-imaging to python-pil recently
but I overlooked that python-imaging was still installed on my system,
so I didn't notice the wrong import statement. This should be fixed in a
minute.

Regards,

Markus



-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-games-devel/attachments/20170823/6b334b3c/attachment.sig>


More information about the Pkg-games-devel mailing list