Comment 7 for bug 234598

Revision history for this message
Deactivated User (deactivated-user636007-deactivatedaccount) wrote :

Same for me.
/usr/share/games/snowballz/font.py:3: UserWarning:
*******************************************************************************
The rabbyt.fonts module is deprecated and will be removed in a future version
of rabbyt. I recommend using pyglet for font rendering.

If you still want to use pygame fonts, check out the ``pygame_font.py`` example
included with rabbyt.
*******************************************************************************

  import rabbyt.fonts
/usr/share/games/snowballz/font.py:3: UserWarning:
The rabbyt.vertexarrays module is deprecated and will be removed in a future
version of rabbyt.

  import rabbyt.fonts
Traceback (most recent call last):
  File "snowballz.py", line 28, in <module>
    import menu
  File "/usr/share/games/snowballz/menu.py", line 3, in <module>
    from gooeypy import gl as gui
  File "/usr/share/games/snowballz/gooeypy/gl.py", line 1, in <module>
    import util
  File "/usr/share/games/snowballz/gooeypy/util.py", line 10, in <module>
    from cellulose import *
  File "/usr/share/games/snowballz/cellulose/__init__.py", line 24, in <module>
    from cellulose.celltypes import CellList, CellDict, CellSet, ComputedDict
  File "/usr/share/games/snowballz/cellulose/celltypes.py", line 72, in <module>
    class CellList(DependencyCell, _ListBase):
  File "/usr/share/games/snowballz/cellulose/celltypes.py", line 66, in __init__
    try: new.__name__ = old.__name__