[Bug 458345] Review Request: python-rabbyt - sprite library for Python with game development in mind

bugzilla at redhat.com bugzilla at redhat.com
Wed Oct 22 03:42:56 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=458345


Orcan 'oget' Ogetbil <orcanbahri at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orcanbahri at yahoo.com
         AssignedTo|nobody at fedoraproject.org    |orcanbahri at yahoo.com
              Alias|                            |python-rabbyt
               Flag|                            |fedora-review?




--- Comment #7 from Orcan 'oget' Ogetbil <orcanbahri at yahoo.com>  2008-10-21 23:42:55 EDT ---
The package is in very good shape. I have two questions:

* The file setup.py contains
   compile_args = ["-O3"]
which overrides the default %{optflags}'s -O2 flag. Do you think this is
acceptable? Will the package build without this -O3 option?

* This question also concerns snowballz. When I build the snowballz package
from your SRPM and try to start the game I get:

Traceback (most recent call last):
  File "snowballz.py", line 11, in <module>
    from player import Player
  File "/usr/share/games/snowballz/player.py", line 2, in <module>
    import ai
  File "/usr/share/games/snowballz/ai.py", line 2, in <module>
    import data
  File "/usr/share/games/snowballz/data.py", line 7, in <module>
    import font
  File "/usr/share/games/snowballz/font.py", line 3, in <module>
    import rabbyt.fonts
ImportError: No module named fonts


It can't find the rabbyt module fonts. Did you forget to package this module or
is this entirely a snowballz bug?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list