Jonathan Isom wrote:
> Hi
>   If I run 'python setup.py install'  in the base directory of kaa
> source I get a
> Traceback.  This only happens with pygame 1.8.0 not 1.7.1
> 
> Later
> 
> Jonathan
> 
> [setup] Entering kaa submodule base
> inotify supported by glibc; good.
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> writing byte-compilation script '/tmp/tmphoNC66.py'
> /usr/bin/python -O /tmp/tmphoNC66.py
> removing /tmp/tmphoNC66.py
> running install_egg_info
> Removing /usr/lib64/python2.5/site-packages/kaa_base-0.4.0-py2.5.egg-info
> Writing /usr/lib64/python2.5/site-packages/kaa_base-0.4.0-py2.5.egg-info
> [setup] Leaving kaa submodule base
> [setup] Entering kaa submodule imlib2
> POSIX shared memory enabled
> running install
> running build
> running build_py
> running build_ext
> running install_lib
> writing byte-compilation script '/tmp/tmpFlvk08.py'
> /usr/bin/python -O /tmp/tmpFlvk08.py
> removing /tmp/tmpFlvk08.py
> running install_egg_info
> Removing /usr/lib64/python2.5/site-packages/kaa_imlib2-0.2.3-py2.5.egg-info
> Writing /usr/lib64/python2.5/site-packages/kaa_imlib2-0.2.3-py2.5.egg-info
> [setup] Leaving kaa submodule imlib2
> [setup] Entering kaa submodule display
> checking for X11 ... ok
> checking for imlib2 >= 1.1.1 ... 1.4.0
> checking for evas >= 0.9.9.010 ... no
> checking for directfb >= 0.9.20 ... no
> checking for pygame ...
> Traceback (most recent call last):
>   File "setup.py", line 73, in <module>
> 
>   File "setup.py", line 57, in <module>
>     import pygame
>   File "/usr/lib64/python2.5/site-packages/pygame/__init__.py", line
> 159, in <module>
>     try: import pygame.surfarray
>   File "/usr/lib64/python2.5/site-packages/pygame/surfarray.py", line
> 76, in <module>
>     import pygame._numpysurfarray as numpysf
>   File "/usr/lib64/python2.5/site-packages/pygame/_numpysurfarray.py",
> line 48, in <module>
>     import numpy
>   File "/usr/lib64/python2.5/site-packages/numpy/__init__.py", line
> 37, in <module>
>     import testing
>   File "/usr/lib64/python2.5/site-packages/numpy/testing/__init__.py",
> line 3, in <module>
>     from numpytest import *
>   File "/usr/lib64/python2.5/site-packages/numpy/testing/numpytest.py",
> line 19, in <module>
>     from numpy.distutils.exec_command import splitcmdline
>   File "/usr/lib64/python2.5/site-packages/numpy/distutils/__init__.py",
> line 6, in <module>
>     import ccompiler
>   File "/usr/lib64/python2.5/site-packages/numpy/distutils/ccompiler.py",
> line 393, in <module>
>     setattr(getattr(_m, _cc+'compiler'), 'gen_lib_options',
> AttributeError: 'module' object has no attribute 'unixccompiler'
> Exit 1

_numpysurfarray.py is included with pygame so I don't think you need 
numpy for freevo. IIRC You do need Numeric for surfarray.py.

I have installed pygame-1.8.0 on a AMD64 machine and don't have this 
problem.

There are some other problems with bygame but they do not seem to be 
related to the version.

One is that on a TV (720x576) the busy icon gets corrupted, I though 
that this was related to the AMD64 but it seems only to happen on TV 
displays. So it must be something to do with interlaced displays. It 
does not happen on a monitor.

The other problem is that the idlebar clock has gone, seems to be 
related to the resolution, 1920x1200.

Duncan

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to