Bug#608245: fretsonfire-game: Game doesn't work - sha module warning and then EOFError

Markus Koschany apo at debian.org
Sun Dec 13 16:58:25 UTC 2015


Control: severity -1 normal

On Wed, 29 Dec 2010 18:01:41 +1100 Russell Coker <russell at coker.com.au>
wrote:
> Package: fretsonfire-game
> Version: 1.3.110.dfsg-2
> Severity: important
> 
> 
> When I run it I get the following error output:
> 
> $ fretsonfire 
> /usr/share/games/fretsonfire/game/Song.py:31: DeprecationWarning: the sha 
> module is deprecated; use the hashlib module instead
>   import sha
> 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
>   File "/usr/lib/python2.6/dist-packages/PIL/Image.py", line 70, in <module>
>     import ImagePalette
>   File "/usr/lib/python2.6/dist-packages/PIL/ImagePalette.py", line 20, in 
> <module>
>     import Image, ImageColor
> EOFError: EOF read where object expected
> 

The sha module is indeed deprecated but I don't see the error message
when starting the game. So the sha module should probably be replaced
with hashlib but I don't think it is a very urgent matter at the moment.

Markus

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


More information about the Pkg-games-devel mailing list