Control: severity -1 normal

On Wed, 29 Dec 2010 18:01:41 +1100 Russell Coker <russ...@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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to